autotools: add automatic files generation

This patch modifies autogen.sh so that it is able to generate
config.sub, config.guess and ltmain.sh files which are not
anymore part of the git tree.
remotes/origin/master-1.0.x
Eric Leblond 15 years ago committed by Victor Julien
parent c8f00c1b7d
commit fcac4d2896

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# Run this to generate all the initial makefiles, etc. # Run this to generate all the initial makefiles, etc.
libtoolize -c
autoreconf -fv --install autoreconf -fv --install
echo "You can now run \"./configure\" and then \"make\"." echo "You can now run \"./configure\" and then \"make\"."

@ -1,3 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS= $(GENERIC_LIBRARY_NAME) test SUBDIRS= $(GENERIC_LIBRARY_NAME) test

Loading…
Cancel
Save