Menu

[2d978c]: / bootstrap  Maximize  Restore  History

Download this file

16 lines (10 with data), 233 Bytes

#!/bin/sh

rm -fr autom4te.cache

# Equivalent to 
#	aclocal 
#	autoheader 
#	automake --add-missing --copy
#	autoconf

autoreconf --force --install -Wall -Wno-obsolete $* || exit 1

echo "Now run ./configure and then make."
exit 0

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.