]> granicus.if.org Git - file/commitdiff
Enable AM_MAINTAINER_MODE so that we don't re-build everything if the
authorChristos Zoulas <christos@zoulas.com>
Tue, 14 Dec 2004 16:30:20 +0000 (16:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 14 Dec 2004 16:30:20 +0000 (16:30 +0000)
timestamps don't match.

configure.in

index a9cd542d20ceb98a19939425e492d7c5f700f512..14aefdb499c3bb7eceef7b79512f2f2d86368a46 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT
 AC_CONFIG_SRCDIR([src/file.c])
 AM_INIT_AUTOMAKE(file, 4.12)
 AM_CONFIG_HEADER([config.h])
-dnl AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE
 
 AC_MSG_CHECKING(for builtin ELF support)
 AC_ARG_ENABLE(elf,