[Oisf-devel] [PATCH 2/2] autotools: add automatic files generation
Eric Leblond
eleblond at edenwall.com
Wed May 26 21:56:01 UTC 2010
This patch modifies autogen.sh so that it is able to generate
config.sub, config.guess and ltmain.sh files which are not
anymore part of the git tree.
---
autogen.sh | 1 +
libhtp/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 6bfe35b..c83d11a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
+libtoolize -c
autoreconf -fv --install
echo "You can now run \"./configure\" and then \"make\"."
diff --git a/libhtp/Makefile.am b/libhtp/Makefile.am
index 214e1fd..e2e2761 100644
--- a/libhtp/Makefile.am
+++ b/libhtp/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS= $(GENERIC_LIBRARY_NAME) test
--
1.6.1
More information about the Oisf-devel
mailing list