summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2009-07-27 18:17:46 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2009-07-27 18:17:46 +0200
commit850485770b735d2afe6f3962f7db4775603ecb69 (patch)
tree79496f10fe342646bdca77a35d498bd3c169297e
parentcc9a149312f81fbeba801322d84485cfc74ee42d (diff)
downloadeltclsh-850485770b735d2afe6f3962f7db4775603ecb69.tar.gz
move robots.m4 to 'm4' to appease libtool 2.x
-rw-r--r--acinclude.m41
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
-rw-r--r--m4/robots.m4 (renamed from robots.m4)0
4 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644
index 32fff27..0000000
--- a/acinclude.m4
+++ /dev/null
@@ -1 +0,0 @@
-m4_include(robots.m4)
diff --git a/autogen.sh b/autogen.sh
index 3c99ca8..2b70094 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,5 +6,5 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
-aclocal -I . || exit 1
+aclocal -I m4 || exit 1
exec autoconf
diff --git a/configure.ac b/configure.ac
index 1b02426..dbbc751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_REVISION($LAAS: configure.ac 2009/07/24 19:21:27 mallet $)
AC_INIT([eltclsh],[1.10.99],[openrobots@laas.fr])
AC_PREREQ(2.59)
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
diff --git a/robots.m4 b/m4/robots.m4
index f6485d8..f6485d8 100644
--- a/robots.m4
+++ b/m4/robots.m4