From d0509b2da90aa54ea923cf5731174e6b0a33d0eb Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 11 Apr 2009 16:44:46 +0000 Subject: add libtool macros to distributed tarball --- diff --git a/.gitignore b/.gitignore index 87771db..4fe418f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ libopkele.pc missing aclocal.m4 install-sh +aclocal.d diff --git a/Makefile.am b/Makefile.am index 3227bdb..7726dad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ - SUBDIRS=include lib test EXTRA_DIST= NEWS NEWS.xml NEWS.xsl +ACLOCAL_AMFLAGS=-I aclocal.d + pkgconfigdir=${libdir}/pkgconfig pkgconfig_DATA=libopkele.pc diff --git a/autogen.sh b/autogen.sh index ba27501..52b32cc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ WANT_AUTOMAKE=1.8 export WANT_AUTOMAKE libtoolize -f \ -&& aclocal \ +&& aclocal -I aclocal.d \ && autoheader \ && automake -a \ && autoconf \ diff --git a/configure.ac b/configure.ac index a6de8c3..fd68b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_INIT([libopkele], [2.0.2], [libopkele-bugs@klever.net]) AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) +AC_CONFIG_MACRO_DIR([aclocal.d]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_PROG_INSTALL -- cgit v0.9.0.2