I've added new Makefile target to run both autoconf and autoheader.
Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]>
diff --git a/Makefile b/Makefile
index 6f0e4c1..12c942d 100644
--- a/Makefile
+++ b/Makefile
@@ -108,10 +108,12 @@ package:
#
# Autotools related
#
-configure: configure.ac $(notdir $(wildcard m4/*.m4)) config.h.in
+.PHONY: autoconf
+autoconf: configure config.h.in config.h
+configure: configure.ac $(notdir $(wildcard m4/*.m4))
autoconf
-config.h.in: configure.ac
+config.h.in: configure.ac $(notdir $(wildcard m4/*.m4))
autoheader
config.h: config.h.default
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list