author | Michael Krelin <hacker@klever.net> | 2009-04-11 16:44:46 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-04-11 16:44:46 (UTC) |
commit | d0509b2da90aa54ea923cf5731174e6b0a33d0eb (patch) (side-by-side diff) | |
tree | 3dc38d594f11f1588f3a8ac830c1d72ef7a934a3 | |
parent | f3308ce9dbe8d07a9b1f71d158b0e67c017044ce (diff) | |
download | libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.zip libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.tar.gz libopkele-d0509b2da90aa54ea923cf5731174e6b0a33d0eb.tar.bz2 |
add libtool macros to distributed tarball
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
4 files changed, 5 insertions, 2 deletions
@@ -21 +21,2 @@ 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,2 +1 @@ - SUBDIRS=include lib test @@ -4,2 +3,4 @@ EXTRA_DIST= NEWS NEWS.xml NEWS.xsl +ACLOCAL_AMFLAGS=-I aclocal.d + pkgconfigdir=${libdir}/pkgconfig @@ -4,3 +4,3 @@ export WANT_AUTOMAKE libtoolize -f \ -&& aclocal \ +&& aclocal -I aclocal.d \ && autoheader \ diff --git a/configure.ac b/configure.ac index a6de8c3..fd68b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,2 +3,3 @@ 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]) |