]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.in (ac_LF_and_DOT): Remove, unused.
authorAkim Demaille <akim@epita.fr>
Wed, 25 Jul 2001 07:06:59 +0000 (07:06 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 25 Jul 2001 07:06:59 +0000 (07:06 +0000)
ChangeLog
autoconf.in
bin/autoconf.in

index 40d82b68a3632f1ea0fcbb4bba1d669cf22bdc7d..e8161f7ca69d6386f798e55a5f82751a9c8aaa8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-25  Akim Demaille  <akim@epita.fr>
+
+       * autoconf.in (ac_LF_and_DOT): Remove, unused.
+
 2001-07-24  Akim Demaille  <akim@epita.fr>
 
        Let autoconf use autom4te for traces.
index 394ea9b9272f9c10d14a0394469ef00140163149..5930dc82a28eb243a1a20a0f7a03ec325adc290b 100644 (file)
@@ -83,15 +83,6 @@ if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
 
-# ac_LF_and_DOT
-# We use echo to avoid assuming a particular line-breaking character.
-# The extra dot is to prevent the shell from consuming trailing
-# line-breaks from the sub-command output.  A line-break within
-# single-quotes doesn't work because, if this script is created in a
-# platform that uses two characters for line-breaks (e.g., DOS), tr
-# would break.
-ac_LF_and_DOT=`echo; echo .`
-
 # Find GNU m4.
 # Handle the case that m4 has moved since we were configured.
 # It may have been found originally in a build directory.
index 394ea9b9272f9c10d14a0394469ef00140163149..5930dc82a28eb243a1a20a0f7a03ec325adc290b 100644 (file)
@@ -83,15 +83,6 @@ if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
 
-# ac_LF_and_DOT
-# We use echo to avoid assuming a particular line-breaking character.
-# The extra dot is to prevent the shell from consuming trailing
-# line-breaks from the sub-command output.  A line-break within
-# single-quotes doesn't work because, if this script is created in a
-# platform that uses two characters for line-breaks (e.g., DOS), tr
-# would break.
-ac_LF_and_DOT=`echo; echo .`
-
 # Find GNU m4.
 # Handle the case that m4 has moved since we were configured.
 # It may have been found originally in a build directory.