TeX doesn't like conditionals with underscores in it - so we need to

use `LIBGTOP-1-1' here.
This commit is contained in:
Martin Baulig
1999-05-16 17:25:24 +00:00
parent 20c69951ab
commit 36e7d3133b

View File

@@ -35,6 +35,8 @@ auto-macros.texi: auto-macros.texi.in Makefile
< $(srcdir)/auto-macros.texi.in > auto-macros.tmp < $(srcdir)/auto-macros.texi.in > auto-macros.tmp
echo '@c Set this if this is LibGTop 1.1.x' >> auto-macros.tmp echo '@c Set this if this is LibGTop 1.1.x' >> auto-macros.tmp
if [ $(LIBGTOP_VERSION_CODE) -ge 1001000 ] ; then \ if [ $(LIBGTOP_VERSION_CODE) -ge 1001000 ] ; then \
echo '@set LIBGTOP_1_1' >> auto-macros.tmp ; \ echo '@set LIBGTOP-1-1' >> auto-macros.tmp ; \
else \
echo '@clear LIBGTOP-1-1' >> auto-macros.tmp ; \
fi fi
mv auto-macros.tmp auto-macros.texi mv auto-macros.tmp auto-macros.texi