File: autogen.sh

package info (click to toggle)
criticalmass 1%3A1.0.0-1.5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 18,740 kB
  • sloc: ansic: 47,628; cpp: 25,167; sh: 12,025; xml: 3,532; perl: 3,271; makefile: 662; python: 66; awk: 40; lisp: 33
file content (11 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
aclocal
automake --foreign --copy --ignore-deps --add-missing
autoconf
rm -f stamp-h1
touch defines.h.in

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"