Skip to content

Commit

Permalink
Remove last automake trace and improve acinclude.m4 header
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonas authored and Jonas Fonseca committed Sep 27, 2005
1 parent 589085b commit 9a5e25b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9a5e25b

Please sign in to comment.