2 # Run this to generate all the initial makefiles, etc.
5 test -z "$srcdir" && srcdir
=.
8 REQUIRED_AUTOMAKE_VERSION
=1.8
10 (test -f $srcdir/configure.
in \
11 && test -f $srcdir/README
) ||
{
12 echo -n "**Error**: Directory "\
`$srcdir\'" does not look like the"
13 echo " top-level $PKG_NAME directory"
17 GNOME_AUTOGEN=`which gnome-autogen.sh
2>/dev
/null
`
18 if [ -z $GNOME_AUTOGEN ]; then
19 echo "Using included gnome-autogen script"
20 GNOME_AUTOGEN="./gnome-autogen.sh"
22 echo "Using system-provided gnome-autogen script"