[Ltrace-devel] [PATCH 1/9] Provide automake maintainer mode
Zachary T Welch
zwelch at codesourcery.com
Fri Nov 5 22:02:57 UTC 2010
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 <zwelch at codesourcery.com>
---
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
More information about the Ltrace-devel
mailing list