[jbig2-cvs] rev 280 - trunk
giles at ghostscript.com
giles at ghostscript.com
Thu Nov 6 15:00:45 PST 2003
Author: giles
Date: 2003-10-31 04:17:33 -0800 (Fri, 31 Oct 2003)
New Revision: 280
Modified:
trunk/autogen.sh
Log:
Cosmetic changes to the bootstrap script.
Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh 2003-10-27 10:28:24 UTC (rev 279)
+++ trunk/autogen.sh 2003-10-31 12:17:33 UTC (rev 280)
@@ -1,7 +1,7 @@
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
-# $Id: autogen.sh,v 1.5 2003/03/04 16:52:48 giles Exp $
+# $Id$
package="jbig2dec"
AUTOMAKE_FLAGS="$AUTOMAKE_FLAGS"
@@ -11,6 +11,7 @@
cd "$srcdir"
+echo "checking for autoconf... "
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to compile $package."
@@ -25,7 +26,7 @@
if test -r Makefile.am; then
AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
if test -z $AM_NEEDED; then
- echo -n "checking for automake..."
+ echo -n "checking for automake... "
AUTOMAKE=automake
ACLOCAL=aclocal
if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then
@@ -35,7 +36,7 @@
echo "yes"
fi
else
- echo -n "checking for automake $AM_NEEDED or later..."
+ echo -n "checking for automake $AM_NEEDED or later... "
for am in automake-$AM_NEEDED automake$AM_NEEDED automake; do
($am --version < /dev/null > /dev/null 2>&1) || continue
ver=`$am --version < /dev/null | head -1 | $VERSIONGREP`
@@ -46,7 +47,7 @@
fi
done
test -z $AUTOMAKE && echo "no"
- echo -n "checking for aclocal $AM_NEEDED or later..."
+ echo -n "checking for aclocal $AM_NEEDED or later... "
for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED aclocal; do
($ac --version < /dev/null > /dev/null 2>&1) || continue
ver=`$ac --version < /dev/null | head -1 | $VERSIONGREP`
@@ -101,8 +102,8 @@
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS
-echo " running autoconf"
+echo " autoconf"
autoconf
if test -z "$*"; then
More information about the jbig2-cvs
mailing list