blob: 2bd2597a92b8e6fb7b29f5fc58f084e537a222fa [file] [log] [blame]
#! /bin/sh
# Run this to generate all the auto-generated files needed by the GNU
# configure program
libtoolize --automake
aclocal
automake --add-missing --gnu
autoconf
echo "Now use ./configure --enable-maintainer-mode"