File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / autogen.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:37 2023 UTC (7 months, 3 weeks ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

#!/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 $*

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>