File: autogen.sh

package info (click to toggle)
sdl-ttf2.0 2.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,296 kB
  • sloc: sh: 10,170; ansic: 6,423; objc: 520; csh: 219; makefile: 67
file content (11 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#

set -e

aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf

#./configure $*
echo "Now you are ready to run ./configure"