mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
* autoheader.sh: Don't pass a string to 'echo' that might
possibly contain backslashes.
This commit is contained in:
parent
60e1770a52
commit
4d2b6bfb9a
@ -1,3 +1,8 @@
|
||||
2001-01-30 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* autoheader.sh: Don't pass a string to 'echo' that might
|
||||
possibly contain backslashes.
|
||||
|
||||
2001-01-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
Don't use filenames that can be reduced to "conftest" on DOS.
|
||||
|
@ -310,8 +310,11 @@ test -r $localdir/acconfig.h &&
|
||||
|
||||
# Dump the templates from `configure.ac'.
|
||||
for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
|
||||
echo >>$tmp/config.hin
|
||||
eval echo '"${'$verb'}"' >>$tmp/config.hin
|
||||
eval value=\$$verb
|
||||
cat >>$tmp/config.hin <<EOF
|
||||
|
||||
$value
|
||||
EOF
|
||||
done
|
||||
|
||||
# Handle the case where @BOTTOM@ is the first line of acconfig.h.
|
||||
|
@ -310,8 +310,11 @@ test -r $localdir/acconfig.h &&
|
||||
|
||||
# Dump the templates from `configure.ac'.
|
||||
for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
|
||||
echo >>$tmp/config.hin
|
||||
eval echo '"${'$verb'}"' >>$tmp/config.hin
|
||||
eval value=\$$verb
|
||||
cat >>$tmp/config.hin <<EOF
|
||||
|
||||
$value
|
||||
EOF
|
||||
done
|
||||
|
||||
# Handle the case where @BOTTOM@ is the first line of acconfig.h.
|
||||
|
@ -310,8 +310,11 @@ test -r $localdir/acconfig.h &&
|
||||
|
||||
# Dump the templates from `configure.ac'.
|
||||
for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
|
||||
echo >>$tmp/config.hin
|
||||
eval echo '"${'$verb'}"' >>$tmp/config.hin
|
||||
eval value=\$$verb
|
||||
cat >>$tmp/config.hin <<EOF
|
||||
|
||||
$value
|
||||
EOF
|
||||
done
|
||||
|
||||
# Handle the case where @BOTTOM@ is the first line of acconfig.h.
|
||||
|
Loading…
x
Reference in New Issue
Block a user