Having config.h.default automatically replace config.h is a nuisance. People should be directed to go read install again, instead of running into some undefined symbols in autoconf-generated territory, especially because config.h.default is a much smaller subset of config.h generated by autoconf/config.h.in.
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/include/mk/automake.mk b/include/mk/automake.mk
index d84b77f..ca62576 100644
--- a/include/mk/automake.mk
+++ b/include/mk/automake.mk
@@ -58,9 +58,6 @@
$(AUTOHEADER)
touch $@
-include/config.h: $(abs_srcdir)/include/config.h.default | include
- cp $^ $@
-
m4/ltp-version.m4: ChangeLog
sed -n '1{s:LTP-:AC_DEFUN([LTP_VERSION],[:;s:$$:]):;p;q}' $< > $@