summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rwxr-xr-xautogen.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index def7f53..bb49d8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
GLIB_PC=dbus-glib-1.pc
SUBDIRS=dbus tools test doc
diff --git a/autogen.sh b/autogen.sh
index 56183be..a7c8129 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -131,6 +131,7 @@ if test -z "$*"; then
fi
+libtoolize --force || echo "libtoolize failed"
gtkdocize || echo "gtkdocize failed"
export AUTOMAKE ACLOCAL