root/morphix/trunk/cloop/advancecomp-1.9_create_compressed_fs/autogen.sh

Revision 2, 404 bytes (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

  • Property svn:executable set to
Line 
1 #!/bin/sh
2 #
3 echo "Generating build information using aclocal, automake and autoconf"
4 echo "This may take a while ..."
5
6 # Touch the timestamps on all the files since CVS messes them up
7 touch configure.ac
8
9 # Regenerate configuration files
10 aclocal
11 automake --add-missing --force-missing
12 autoconf
13 autoheader && touch config.h.in
14
15 # Run configure for this platform
16 echo "Now you are ready to run ./configure"
Note: See TracBrowser for help on using the browser.