]> The Tcpdump Group git mirrors - tcpdump/blobdiff - Makefile-devel-adds
bgp: Parse BGP extended message support capability
[tcpdump] / Makefile-devel-adds
index 7bf6420c1c82c22e68d9cf0e4005878dde2d71c0..fea63bbce3a7b81ed0f6f96f30e877a9a972fe43 100644 (file)
@@ -2,12 +2,12 @@
 # Auto-regenerate configure script or Makefile when things change.
 # From autoconf.info .  Works best with GNU Make.
 #
-${srcdir}/configure: configure.in aclocal.m4
+${srcdir}/configure: configure.ac aclocal.m4
        cd ${srcdir} && autoconf
 
 # autoheader might not change config.h.in, so touch a stamp file.
 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
-${srcdir}/stamp-h.in: configure.in aclocal.m4
+${srcdir}/stamp-h.in: configure.ac aclocal.m4
        cd ${srcdir} && autoheader
        echo timestamp > ${srcdir}/stamp-h.in