File: autogen.sh

package info (click to toggle)
siproxd 1%3A0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,936 kB
  • sloc: ansic: 11,066; sh: 9,267; makefile: 421
file content (14 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

test -f configure.in || {
    echo "**Error**: This directory does not look like the top-level directory"
    exit 1
}

set -e
aclocal
autoheader
libtoolize --ltdl --copy --force
automake --add-missing --copy
autoconf