From 15e6483c9fe2f56f52d77da20df1365ec388053e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 28 Oct 2002 02:47:29 +0000 Subject: [PATCH] removed m4/ added intl/ use a gnome2 one updated to gnome2 2002-10-28 Bastien Nocera * Makefile.am: removed m4/ added intl/ * autogen.sh: use a gnome2 one * configure.in: updated to gnome2 --- ChangeLog | 6 ++++++ Makefile.am | 2 +- autogen.sh | 22 ++++++++++++++++++---- configure.in | 5 +---- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 508d702..f8b5da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-28 Bastien Nocera + + * Makefile.am: removed m4/ added intl/ + * autogen.sh: use a gnome2 one + * configure.in: updated to gnome2 + 2002-10-28 Jordi Mallach * AUTHORS: added a random list of people who should be creditted. diff --git a/Makefile.am b/Makefile.am index 1943189..f7a7335 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= doc m4 po src themes +SUBDIRS= intl doc po src themes icon_DATA = gtetrinet.png icondir = $(datadir)/pixmaps diff --git a/autogen.sh b/autogen.sh index abb2566..25a2ad7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,20 @@ #!/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 diff --git a/configure.in b/configure.in index 4ff0d24..12ed8a6 100644 --- a/configure.in +++ b/configure.in @@ -7,10 +7,8 @@ AM_INIT_AUTOMAKE(gtetrinet, 0.5.0pre1) 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 @@ -64,7 +62,6 @@ AM_GNU_GETTEXT([external]) AC_OUTPUT([ Makefile doc/Makefile -m4/Makefile po/Makefile.in src/Makefile src/images/Makefile -- 2.50.1