File: autogen.sh

package info (click to toggle)
eventlog 0.2.12-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 356 kB
  • ctags: 166
  • sloc: ansic: 896; sh: 148; makefile: 127
file content (13 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $Id: autogen.sh,v 1.2 2004/08/20 19:46:28 bazsi Exp $
#
# Run this script to generate Makefile skeletons and configure
# scripts.
#

libtoolize -f -c
aclocal -I m4 $*
autoheader
autoconf
automake --add-missing --foreign --copy --force-missing