Annotation of embedaddon/libnet/autogen.sh, revision 1.1.1.1
1.1 misho 1: #!/bin/sh
2: #
3: # A bootstrapping script that can be used to generate the autoconf,
4: # automake and libtool-related scripts of the build process. Only
5: # useful for developers updating Makefile.am, configure.ac etc.
6: # Regular users building from released tarballs can use the shipped
7: # configure script, that generates Makefile's from Makefile.in's
8:
9: autoreconf -W portability -vif $*
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>