summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-12-02 17:51:51 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-12-02 17:51:51 -0500
commit28b315770bf6f40cd1f55afcef8f61b47a3eef42 (patch)
tree812f274656198950ff6a1bbd64f5369bfe52a822
parent64e9ed9dcc0b7b7fdb92fe86bf8f8c589e3b24fe (diff)
- take some advice from the new libtool
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a0ba90d..aae56b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
EXTRA_DIST = COPYING STATUS slapi-nis.spec doc/*.txt doc/migrate-nis.sh doc/ypmaplist.py doc/*.ldif.in doc/index*.ldif
SUBDIRS = src tests
+ACLOCAL_AMFLAGS=-I m4
VERSION=@PACKAGE_VERSION@
RELEASE=0
diff --git a/configure.ac b/configure.ac
index 09049c7..41c5961 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_INIT(slapi-nis,0.9)
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
-AC_PROG_LIBTOOL
+LT_INIT
AM_CONDITIONAL(GCC,[test x$GCC = xyes])
AM_MAINTAINER_MODE