diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-03 08:11:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-03 08:11:39 +0000 |
commit | 635e092e48ffe479d52042bab2fd1612942bfa82 (patch) | |
tree | 44360a04f29fa957241c5cf483cbd60b06ed9183 /testing/dnstracer/configure.patch | |
parent | c30e6525162db8c3728eab6ec328a5426e840e9d (diff) | |
download | aports-635e092e48ffe479d52042bab2fd1612942bfa82.tar.bz2 aports-635e092e48ffe479d52042bab2fd1612942bfa82.tar.xz |
testing/dnstracer: new aport
Diffstat (limited to 'testing/dnstracer/configure.patch')
-rw-r--r-- | testing/dnstracer/configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/dnstracer/configure.patch b/testing/dnstracer/configure.patch new file mode 100644 index 0000000000..6c512074d4 --- /dev/null +++ b/testing/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 |