1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

Remove last automake trace and improve acinclude.m4 header

It seems that running autoheader is unnecessary so put your hands in the
air and wave goodbye to automake.

Mention that acinclude.m4 is generated by autogen.sh.
This commit is contained in:
Jonas Fonseca 2005-09-27 23:19:52 +02:00 committed by Jonas Fonseca
parent 589085b07a
commit 9a5e25b31e

View File

@ -1,15 +1,15 @@
#!/bin/sh
echo acinclude.m4...
echo "dnl This is automatically generated from m4/ files! Do not modify!" > acinclude.m4
cat config/m4/*.m4 >> acinclude.m4
(
echo "dnl Automatically generated from config/m4/ files by autogen.sh!"
echo "dnl Do not modify!"
cat config/m4/*.m4
) > acinclude.m4
echo aclocal...
aclocal
echo autoheader...
autoheader
echo autoconf...
autoconf