File: autogen.sh

package info (click to toggle)
gsl 1.14%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,144 kB
  • ctags: 11,379
  • sloc: ansic: 184,959; sh: 10,402; makefile: 650
file content (14 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

echo "If you use a recent version of autotools, this script is obsolete"
echo "Just run autoreconf -i -f -v instead"
echo

# Run this to generate all the auto-generated files needed by the GNU
# configure program
libtoolize --automake
aclocal
autoheader
automake --add-missing --gnu --force-missing
autoconf
echo "Now use ./configure --enable-maintainer-mode"