+2002-10-28 Bastien Nocera <hadess@hadess.net>
+
+ * Makefile.am: removed m4/ added intl/
+ * autogen.sh: use a gnome2 one
+ * configure.in: updated to gnome2
+
2002-10-28 Jordi Mallach <jordi@sindominio.net>
* AUTHORS: added a random list of people who should be creditted.
-SUBDIRS= doc m4 po src themes
+SUBDIRS= intl doc po src themes
icon_DATA = gtetrinet.png
icondir = $(datadir)/pixmaps
#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
-aclocal -I m4
-autoheader
-automake --add-missing
-autoconf
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="gtetrinet"
+
+(test -f $srcdir/configure.in) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level $PKG_NAME directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME CVS"
+ exit 1
+}
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
AC_PROG_CC
-AM_PATH_GTK_2_0(2.0.0,,exit 1)
-
-AM_GNU_GETTEXT_VERSION(0.11.5)
ALL_LINGUAS="ca"
+AM_GLIB_GNU_GETTEXT
dnl *****************************************
dnl pkg-config check time
AC_OUTPUT([
Makefile
doc/Makefile
-m4/Makefile
po/Makefile.in
src/Makefile
src/images/Makefile