nano/autogen.sh
Jordi Mallach f821db9b1f Argh. Now call autoheader after aclocal.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1083 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2002-02-26 22:49:02 +00:00

8 lines
116 B
Bash
Executable File

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