]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoheader.sh (debug): Initialize to `false', not 0.
authorAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 17:23:25 +0000 (17:23 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Feb 2000 17:23:25 +0000 (17:23 +0000)
ChangeLog
autoheader.in
autoheader.sh
bin/autoheader.in

index 185c93e73b619b7a299c1e47e6247976b971c9a3..29e5d4dcce0ce091598b621c72750e9978e03945 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-08  Akim Demaille  <akim@epita.fr>
+
+       * autoheader.sh (debug): Initialize to `false', not 0.
+
 2000-02-08  Akim Demaille  <akim@epita.fr>
 
        Fix a bug: `libm4::define' was incorrectly registered.
index 7746a16c3cd91afea73e2549a3d40aa1389f4ae7..70bbefc11b8522fdbae9bf160451ddc2fd520e7e 100644 (file)
@@ -80,7 +80,7 @@ esac
 ac_LF_and_DOT=`echo; echo .`
 
 localdir=.
-debug=0
+debug=false
 # Basename for temporary files.
 ah_base=ah$$
 
@@ -181,7 +181,7 @@ case "$config_h" in
 esac
 
 tmpout=$ah_base.out
-if test $debug -eq 0; then trap "rm -f $ah_base*; exit 1" 1 2 15; fi
+$debug || trap "rm -f $ah_base*; exit 1" 1 2 15
 # Don't write "do not edit" -- it will get copied into the
 # config.h, which it's ok to edit.
 cat <<EOF >$tmpout
index 7746a16c3cd91afea73e2549a3d40aa1389f4ae7..70bbefc11b8522fdbae9bf160451ddc2fd520e7e 100644 (file)
@@ -80,7 +80,7 @@ esac
 ac_LF_and_DOT=`echo; echo .`
 
 localdir=.
-debug=0
+debug=false
 # Basename for temporary files.
 ah_base=ah$$
 
@@ -181,7 +181,7 @@ case "$config_h" in
 esac
 
 tmpout=$ah_base.out
-if test $debug -eq 0; then trap "rm -f $ah_base*; exit 1" 1 2 15; fi
+$debug || trap "rm -f $ah_base*; exit 1" 1 2 15
 # Don't write "do not edit" -- it will get copied into the
 # config.h, which it's ok to edit.
 cat <<EOF >$tmpout
index 7746a16c3cd91afea73e2549a3d40aa1389f4ae7..70bbefc11b8522fdbae9bf160451ddc2fd520e7e 100644 (file)
@@ -80,7 +80,7 @@ esac
 ac_LF_and_DOT=`echo; echo .`
 
 localdir=.
-debug=0
+debug=false
 # Basename for temporary files.
 ah_base=ah$$
 
@@ -181,7 +181,7 @@ case "$config_h" in
 esac
 
 tmpout=$ah_base.out
-if test $debug -eq 0; then trap "rm -f $ah_base*; exit 1" 1 2 15; fi
+$debug || trap "rm -f $ah_base*; exit 1" 1 2 15
 # Don't write "do not edit" -- it will get copied into the
 # config.h, which it's ok to edit.
 cat <<EOF >$tmpout