Add the AM_MAINTAINER_MODE macro to give --enable-maintainer-mode for use by developers working on the build system.
Signed-off-by: Zachary T Welch <[email protected]> --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a5a27c4..21059dc 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # libtool-2: LT_INIT() AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) +AM_MAINTAINER_MODE # Checks for libraries. -- 1.7.2.2 _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel
