From: Akim Demaille Date: Wed, 25 Jul 2001 07:06:59 +0000 (+0000) Subject: * autoconf.in (ac_LF_and_DOT): Remove, unused. X-Git-Tag: AUTOCONF-2.52a~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db93100aac9273a60fd3ca1f273dde5540b2ed2c;p=thirdparty%2Fautoconf.git * autoconf.in (ac_LF_and_DOT): Remove, unused. --- diff --git a/ChangeLog b/ChangeLog index 40d82b68a..e8161f7ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-25 Akim Demaille + + * autoconf.in (ac_LF_and_DOT): Remove, unused. + 2001-07-24 Akim Demaille Let autoconf use autom4te for traces. diff --git a/autoconf.in b/autoconf.in index 394ea9b92..5930dc82a 100644 --- a/autoconf.in +++ b/autoconf.in @@ -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. diff --git a/bin/autoconf.in b/bin/autoconf.in index 394ea9b92..5930dc82a 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -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.