File: autogen.sh

package info (click to toggle)
libsdl2-gfx 1.0.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,720 kB
  • sloc: ansic: 13,385; sh: 12,631; makefile: 92
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"