melunko@38: #!/bin/sh melunko@38: # Run this to generate all the initial makefiles, etc. melunko@38: renatofilho@621: srcdir=`dirname $0` renatofilho@621: test -z "$srcdir" && srcdir=. melunko@38: renatofilho@621: PKG_NAME="gmemcoder" melunko@38: renatofilho@621: (test -f $srcdir/configure.ac) || { renatofilho@621: echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" renatofilho@621: echo " top-level $PKG_NAME directory" renatofilho@621: exit 1 melunko@38: } melunko@38: renatofilho@621: which gnome-autogen.sh || { renatofilho@621: echo "You need to install gnome-common from the GNOME CVS" renatofilho@621: exit 1 melunko@38: } renatofilho@642: ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ./m4" renatofilho@621: REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh