configure.in: Use AC_CONFIG_FILES macro

This commit is contained in:
Alexander Barton 2012-09-11 14:36:02 +02:00
parent 2478c5816b
commit 2e13e821f8
1 changed files with 3 additions and 1 deletions

View File

@ -548,7 +548,7 @@ test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END"
# -- Generate files --
AC_OUTPUT([ \
AC_CONFIG_FILES([ \
Makefile \
contrib/Anope/Makefile \
contrib/Debian/Makefile \
@ -567,6 +567,8 @@ AC_OUTPUT([ \
src/tool/Makefile \
])
AC_OUTPUT
type dpkg >/dev/null 2>&1
if test $? -eq 0; then
# Generate debian/ link if the dpkg command exists