File: autogen.sh

package info (click to toggle)
gsl-doc 1.14-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 20,420 kB
  • ctags: 11,494
  • sloc: ansic: 187,017; sh: 10,550; makefile: 715
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"