Return to autogen.sh CVS log | Up to [Local Repository] / froggix |
version 1.1, 2009/03/27 19:47:27 | version 1.3, 2009/03/28 03:52:29 |
---|---|
Line 1 | Line 1 |
#!/bin/sh | #!/bin/sh |
#$Id$ | # $Id$ |
# Remove any previously created cache files | |
test -w config.cache && rm config.cache | |
test -w config.cross.cache && rm config.cross.cache | |
# Regenerate configuration files | |
aclocal | aclocal |
automake --foreign | automake --foreign |
autoconf | autoconf |
# Run configure for this platform | |
#./configure $* | |
echo "Now you are ready to run ./configure" |