aboutsummaryrefslogtreecommitdiffstats
path: root/community/dnstracer/configure.patch
blob: 6c512074d44f6bb27b19a6310eea8940fc49a55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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