Add AC_CONFIG_MACRO_DIR([m4]), re-add ACLOCAL_AMFLAGS
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 15:05:48 +0000 (11:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 15:05:48 +0000 (11:05 -0400)
Fixes warning:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Makefile.am
configure.ac

index 13e9ee5187939da5b4faa18a87b03b6920e11c37..3dac293e0fa3db61df289878249363bc9c146d35 100644 (file)
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS=-I m4
 INCLUDES = -I$(top_builddir)/urcu
 
 AM_LDFLAGS=-lpthread
index 3a2674753b16bb4163cff611937c59e85744506f..a87efb1a2ae53d10c5793dd0262cb6165f5c624a 100644 (file)
@@ -9,6 +9,7 @@ AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([urcu.h])
 AC_PROG_MKDIR_P
+AC_CONFIG_MACRO_DIR([m4])
 
 AC_CONFIG_HEADERS([config.h urcu/config.h])
 
This page took 0.025212 seconds and 4 git commands to generate.