mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-13 04:49:21 +03:00
Added script to get working configure, etc.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@845 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c17aa63200
commit
19aad376ef
7
autogen.sh
Executable file
7
autogen.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generate configure & friends for CVS users.
|
||||
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoheader
|
||||
autoconf
|
Loading…
Reference in New Issue
Block a user