From c7742540733861989f151772def5ec30441067c8 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 08 Jan 2002 07:52:28 +0000 Subject: gettext updated to 0.10.39 --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..8cda498 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +PKG_NAME="the package." + +(test -f $srcdir/configure.in) || { + echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" + echo " top-level directory" + exit 1 +} + +. $srcdir/macros/autogen.sh -- cgit v0.9.1