Page MenuHomeSoftware Heritage

autogen.sh
No OneTemporary

autogen.sh

#!/bin/sh
# Created 2005-03-27, Karl Berry. Public domain.
if test "x$1" = x-n; then
chicken=true
echo "Ok, playing chicken; not actually running any commands."
else
chicken=
fi
echo "Preparing CVS Hello infrastructure:"
# This overwrites lots of files with older versions, so don't use it.
# I keep the newest versions of files common between distributions up to
# date in CVS, using gnulib-tool, because it's not trivial for every
# developer to do this.
#cmd="autoreconf --verbose --force --install --include=gnulib/m4"
: ${ACLOCAL=aclocal}
: ${AUTOHEADER=autoheader}
: ${AUTOMAKE=automake}
: ${AUTOCONF=autoconf}
# So instead:
cmd="$ACLOCAL -I gnulib/m4 && $AUTOCONF && $AUTOHEADER && $AUTOMAKE"
echo " $cmd"
$chicken eval $cmd || exit 1
echo
echo "Now run configure with your desired options, for instance:"
echo " ./configure CFLAGS=-g"

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Aug 18, 10:12 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3401413

Event Timeline