Avoid `$@' which is handled specially in

Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
This commit is contained in:
Gerd Moellmann 2001-09-05 14:46:26 +00:00
parent 54f73af324
commit 3b74127de1
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-09-05 Gerd Moellmann <gerd@gnu.org>
* configure.in: Avoid `$@' which is handled specially in
Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
2001-09-04 Andrew Innes <andrewi@gnu.org>
* admin/nt/makedist.bat: Remove reference to obsolete file

View file

@ -2288,7 +2288,7 @@ echo creating lib-src/Makefile
sed -e '/start of cpp stuff/q' \
< Makefile.c > junk1.c
sed -e '1,/start of cpp stuff/d'\
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
< Makefile.c > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
@ -2304,7 +2304,7 @@ echo creating src/Makefile
sed -e '/start of cpp stuff/q' \
< Makefile.c > junk1.c
sed -e '1,/start of cpp stuff/d'\
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
< Makefile.c > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c