1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
neutralize 'unrecognized options' warnings caused by dh_auto_config expectations
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,10 @@
AX_APPEND_COMPILE_FLAGS(-Wno-old-style-definition)
dnl ---------------------------------------------------------------------------
+AC_ARG_ENABLE(maintainer-mode,[],[],[])
+AC_ARG_ENABLE(dependency-tracking,[],[],[])
+
+dnl ---------------------------------------------------------------------------
AC_ARG_WITH(kpathsea,Use the KPATHSEA library.,,with_kpathsea=yes)
if test $with_kpathsea = no; then
|