Change build system
authorMaciej Piechotka <uzytkownik2@gmail.com>
Sun, 11 Jul 2010 14:18:50 +0000 (16:18 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Sun, 11 Jul 2010 14:21:25 +0000 (16:21 +0200)
Fixes bug 617356

Makefile.am
autogen.sh
configure.ac

index 844b0ff..ccfb23a 100644 (file)
@@ -1,4 +1,5 @@
 include $(top_srcdir)/Makefile.decl
+ACLOCAL_AMFLAGS = -I m4
 NULL =
 
 if ENABLE_DOC
index b30e288..ba9dc30 100755 (executable)
@@ -9,7 +9,7 @@ cd $srcdir
 # Automake requires that ChangeLog exists.
 touch ChangeLog
 
-autoreconf -v --install || exit 1
+gnome-autogen.sh || exit 1
 cd $ORIGDIR || exit $?
 
 if test -z "$NOCONFIGURE"; then
index 9475c8a..e622d72 100644 (file)
@@ -1,6 +1,7 @@
 AC_INIT([libgee], [0.5.2], [ptitjes@free.fr], [libgee])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])