File: autogen.sh

package info (click to toggle)
libsdl2-ttf 2.24.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 760 kB
  • sloc: ansic: 4,278; python: 1,280; makefile: 220; sh: 190
file content (9 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

"${ACLOCAL:-aclocal}" -I acinclude
"${AUTOMAKE:-automake}" --foreign --include-deps --add-missing --copy
"${AUTOCONF:-autoconf}"

echo "Now you are ready to run ./configure"