File: autogen.sh

package info (click to toggle)
libquicktime 2%3A1.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,672 kB
  • sloc: ansic: 55,292; sh: 10,976; makefile: 452; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
./make_potfiles
autoreconf -f -i

if test $? != 0; then
  echo "autogen.sh failed"
else
  echo "all done. You are now ready to run ./configure"
fi