File: debianization-configure.patch

package info (click to toggle)
bibtool 2.68%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,668 kB
  • sloc: ansic: 11,808; perl: 8,145; makefile: 550; sh: 307; tcl: 51
file content (14 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
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