File: autogen.sh

package info (click to toggle)
cdargs 1.29-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 484 kB
  • ctags: 103
  • sloc: sh: 2,954; cpp: 1,171; makefile: 72; lisp: 70; csh: 3
file content (12 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

rm -f config.cache
echo "aclocal -I . -I m4"
aclocal -I . -I m4
echo "autoconf"
autoconf
echo "automake -a"
automake -a
echo "configure"
configure
exit