Conditional rename as *(FALSE|TRUE)$ is not compatible: IS_FALSE -> NEVER
authorshort <>
Wed, 20 Aug 2003 13:03:23 +0000 (13:03 +0000)
committershort <>
Wed, 20 Aug 2003 13:03:23 +0000 (13:03 +0000)
Makefile-head.am
configure.in

index 6c419d2..0634c6e 100644 (file)
@@ -127,7 +127,7 @@ endif
 # to get $(COMPILE) variable definition.
 MAINTAINERCLEANFILES+=.include_test_false.c
 BUILT_SOURCES+=.include_test_false.c
-if IS_FALSE
+if NEVER
 noinst_PROGRAMS=.include_test_false
 endif
 .include_test_false.c:
index 1609bb0..b6410bc 100644 (file)
@@ -82,8 +82,8 @@ AC_DEFINE_UNQUOTED(CAPTIVE_SANDBOX_CHROOT,"$CAPTIVE_SANDBOX_CHROOT",
                [root-owned directory for captive-sandbox-server])
 AC_SUBST(CAPTIVE_SANDBOX_CHROOT)
 
-dnl Permit 'if IS_FALSE' for Makefile.am-s; symbol 'FALSE' forbidden by automake
-AM_CONDITIONAL(IS_FALSE,false)
+dnl Permit 'if NEVER' for Makefile.am-s; symbol 'FALSE' forbidden by automake
+AM_CONDITIONAL(NEVER,false)
 
 dnl Separate 'acconfig.h' is no longer recommended by autoconf
 AH_TOP([