File: autogen.sh

package info (click to toggle)
abe 1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,068 kB
  • sloc: ansic: 5,468; sh: 2,725; objc: 224; makefile: 48
file content (9 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
aclocal
automake --foreign --copy -a
autoconf

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