NetBSD/external/bsd/tre/dist/utils/autogen.sh
agc 63d4abf06d initial import of tre-0.8.0 into the external sources framework.
with many thanks to ville laurikari for writing tre in the first place
and for changing the licensing to a 2-clause bsd license; thanks also to
matthias-christian ott for his work on the google summer of code 2009
project.

this import brings the distribution to src/external - the reachover
build files will follow
2010-02-25 07:33:17 +00:00

31 lines
595 B
Bash
Executable File

#! /bin/sh
set -e
# Clear the cache to get a clean rebuild.
rm -rf autom4te.cache
# Generate the ChangeLog file.
darcs changes --summary > ChangeLog
# Replace variables here and there to get a consistent tree.
./utils/replace-vars.sh
# Set up the standard gettext infrastructure.
autopoint
# Set up libtool stuff for use with Automake.
libtoolize --automake
# Update aclocal.m4, using the macros from the m4 directories.
aclocal -I m4
# Run autoheader to generate config.h.in.
autoheader
# Create Makefile.in's.
automake --foreign --add-missing
# Create the configure script.
autoconf