Argh. Now call autoheader after aclocal.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1083 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2002-02-26 22:49:02 +00:00
parent 3c5653d83e
commit f821db9b1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Generate configure & friends for CVS users.
autoheader
aclocal -I ./m4
autoheader
automake --add-missing
autoconf