Parent Directory
|
Revision Log
put back unsulliled branch
#!/bin/sh # Bootstrap the auxilliary files that don't need to be kept in CVS #-- delete any previous cache rm -rf autom4te.cache #-- select the right autoconf tools for OpenBSD if test x"$AUTOCONF_VERSION" = x""; then AUTOCONF_VERSION=2.60; export AUTOCONF_VERSION echo "export AUTOCONF_VERSION=$AUTOCONF_VERSION" >&2 fi if test x"$AUTOMAKE_VERSION" = x""; then AUTOMAKE_VERSION=1.9; export AUTOMAKE_VERSION echo "export AUTOMAKE_VERSION=$AUTOMAKE_VERSION" >&2 fi #-- delete any previous libltdl created by libtoolize rm -rf libltdl LIBTOOLIZE="libtoolize --ltdl"; export LIBTOOLIZE #-- use GNU's m4 #M4=/usr/local/bin/gm4; export M4 set -ex autoreconf --install --force (cd unicode && make)
| David Leonard | ViewVC Help |
| Powered by ViewVC 1.0.9 |