diff options
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -17,8 +17,8 @@ cd $ORIGDIR set - -echo $srcdir/configure --enable-maintainer-mode "$@" -$srcdir/configure --enable-maintainer-mode "$@" +echo $srcdir/configure "$@" +$srcdir/configure "$@" RC=$? if test $RC -ne 0; then echo diff --git a/configure.ac b/configure.ac index 72bae5b..c3d61a8 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,6 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4macros]) -AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) |