diff options
Diffstat (limited to 'community/dnstracer/configure.patch')
-rw-r--r-- | community/dnstracer/configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/dnstracer/configure.patch b/community/dnstracer/configure.patch new file mode 100644 index 0000000000..6c512074d4 --- /dev/null +++ b/community/dnstracer/configure.patch @@ -0,0 +1,15 @@ +--- a/configure.in.orig 2016-01-20 08:50:27 UTC ++++ b/configure.in +@@ -6,9 +6,10 @@ dnl rm -rf Makefile autom4te.cache autos + dnl rm -rf config.log config.status configure.scan stamp-* + dnl + +-AC_INIT(dnstracer.c) ++AC_INIT([dnstracer],[1.7]) + AM_CONFIG_HEADER(config.h) +-AM_INIT_AUTOMAKE(dnstracer,1.7) ++AC_CONFIG_SRCDIR ([dnstracer.c]) ++AM_INIT_AUTOMAKE + + AC_PROG_CC + AC_PROG_INSTALL |