File: autogen.sh

package info (click to toggle)
log4cplus 1.0.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,532 kB
  • ctags: 1,420
  • sloc: sh: 10,603; cpp: 9,253; ansic: 706; makefile: 251
file content (11 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

libtoolize --force --automake

autoheader
aclocal $ACLOCAL_FLAGS
autoconf
automake --ignore-deps --add-missing

echo 'run "configure; make"'