Mercurial > hg > minc-tools
view autogen.sh @ 1685:9e209d8f160e
*** empty log message ***
author | baghdadi <baghdadi> |
---|---|
date | Thu, 04 Mar 2004 21:06:14 +0000 |
parents | c460bf395a07 |
children | 8cc5f6571855 |
line wrap: on
line source
#! /bin/sh if [ ! -r m4/mni_REQUIRE_LIB.m4 ]; then cat <<EOF The required m4 files were not found. You need to check these out from their repository using cvs -d /software/source checkout -d m4 libraries/mni-acmacros (yes, two '-d' options) Then re-run autogen.sh. EOF exit 1 fi cat <<EOF Messages of the following type may be safely ignored. Any other diagnostics may be a sign of trouble. Let us know if something goes wrong. automake: configure.in: installing [...] warning: AC_TRY_RUN called without default to allow cross compiling EOF aclocal -I m4 autoheader libtoolize --automake automake --add-missing autoconf