Make it much simpler by just using autoreconf.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1354 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
cb850cee36
commit
48053784e2
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Generate configure & friends for CVS users.
|
# Generate configure & friends for CVS users.
|
||||||
|
|
||||||
aclocal -I ./m4
|
autoreconf -f -i -s
|
||||||
autoheader
|
|
||||||
automake --add-missing
|
|
||||||
autoconf
|
|
||||||
|
|
Loading…
Reference in New Issue