File: autogen.sh

package info (click to toggle)
libnet 1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,820 kB
  • sloc: ansic: 19,531; makefile: 294; sh: 94; ruby: 8
file content (9 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# A bootstrapping script that can be used to generate the autoconf,
# automake and libtool-related scripts of the build process.  Only
# useful for developers updating Makefile.am, configure.ac etc.
# Regular users building from released tarballs can use the shipped
# configure script, that generates Makefile's from Makefile.in's

autoreconf -W portability -vif $*