diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | m4/acx_pthread.m4 (renamed from acinclude.m4) | 0 | 
3 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e89ea82..1b218c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@  # License along with libasyncns. If not, see  # <http://www.gnu.org/licenses/>. +ACLOCAL_AMFLAGS = -I m4 +  EXTRA_DIST = bootstrap.sh README LICENSE  SUBDIRS=libasyncns doc doxygen diff --git a/configure.ac b/configure.ac index 54c12ac..00a3910 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,7 @@ AC_PREREQ(2.62)  AC_INIT([libasyncns],[0.5],[mznflapaf (at) 0pointer (dot) de])  AC_CONFIG_SRCDIR([libasyncns/asyncns.c])  AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4])  AM_INIT_AUTOMAKE([foreign 1.9 -Wall])  AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libasyncns/]) diff --git a/acinclude.m4 b/m4/acx_pthread.m4 index bedf51c..bedf51c 100644 --- a/acinclude.m4 +++ b/m4/acx_pthread.m4  | 
