From: short <> Date: Wed, 20 Aug 2003 13:03:23 +0000 (+0000) Subject: Conditional rename as *(FALSE|TRUE)$ is not compatible: IS_FALSE -> NEVER X-Git-Tag: bp_captive~31 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=6c32528dd8b84f0e2ec7bd2e4a12751fca9b6a3f Conditional rename as *(FALSE|TRUE)$ is not compatible: IS_FALSE -> NEVER --- diff --git a/Makefile-head.am b/Makefile-head.am index 6c419d2..0634c6e 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -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: diff --git a/configure.in b/configure.in index 1609bb0..b6410bc 100644 --- a/configure.in +++ b/configure.in @@ -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([