File: autogen.sh

package info (click to toggle)
log4cxx 0.9.7-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,620 kB
  • ctags: 2,766
  • sloc: cpp: 18,909; sh: 8,867; xml: 1,146; makefile: 480; ansic: 159
file content (11 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
# Regenerate the files autoconf / automake

libtoolize --force --automake --copy

rm -f config.cache
rm -f config.log
aclocal
autoheader
autoconf
automake -a --copy