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 (8 months, 2 weeks ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

    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>