summaryrefslogtreecommitdiff
path: root/gsl-1.9/autogen.sh
blob: 2bd2597a92b8e6fb7b29f5fc58f084e537a222fa (plain)
1
2
3
4
5
6
7
8
9
10
#! /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"