repo: ngircd action: commit revision: path_from: revision_from: 2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31: path_to: revision_to:
commit 2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31 Author: Alexander BartonDate: Tue Sep 11 14:36:02 2012 +0200 configure.in: Use AC_CONFIG_FILES macro diff --git a/configure.in b/configure.in
--- a/configure.in +++ b/configure.in @@ -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
-----END OF PAGE-----