File: autogen.sh

package info (click to toggle)
libsdl2-image 2.0.1%2Bdfsg-2%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,232 kB
  • sloc: sh: 10,177; ansic: 9,720; makefile: 89
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
#!/bin/sh
#
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf

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