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