Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2020-06-14 18:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnetfilter_queue (Old)
 and      /work/SRC/openSUSE:Factory/.libnetfilter_queue.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnetfilter_queue"

Sun Jun 14 18:16:56 2020 rev:20 rq:814225 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes    
2020-06-11 09:59:30.286157032 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new.3606/libnetfilter_queue.changes
  2020-06-14 18:16:59.927119287 +0200
@@ -1,0 +2,6 @@
+Fri Jun 12 11:34:52 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.0.5
+  * Change in build procedure regarding Doxygen only.
+
+-------------------------------------------------------------------

Old:
----
  libnetfilter_queue-1.0.4.tar.bz2
  libnetfilter_queue-1.0.4.tar.bz2.sig

New:
----
  libnetfilter_queue-1.0.5.tar.bz2
  libnetfilter_queue-1.0.5.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libnetfilter_queue.spec ++++++
--- /var/tmp/diff_new_pack.ViRAUP/_old  2020-06-14 18:17:00.799121524 +0200
+++ /var/tmp/diff_new_pack.ViRAUP/_new  2020-06-14 18:17:00.799121524 +0200
@@ -18,7 +18,7 @@
 
 Name:           libnetfilter_queue
 %define lname  %{name}1
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        Userspace library for packets that have been queued by the 
kernel packet filter
 License:        GPL-2.0-only
@@ -26,9 +26,9 @@
 URL:            http://netfilter.org/projects/libnetfilter_queue/
 
 #Git-Clone:    git://git.netfilter.org/libnetfilter_queue
-#DL-URL:       http://netfilter.org/projects/libnetfilter_queue/files/
-Source:         
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2
-Source2:        
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
+#DL-URL:       https://netfilter.org/projects/libnetfilter_queue/files/
+Source:         
https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%version.tar.bz2
+Source2:        
https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%version.tar.bz2.sig
 Source3:        baselibs.conf
 Source4:        %name.keyring
 BuildRequires:  pkgconfig >= 0.21

++++++ libnetfilter_queue-1.0.4.tar.bz2 -> libnetfilter_queue-1.0.5.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/Makefile.am 
new/libnetfilter_queue-1.0.5/Makefile.am
--- old/libnetfilter_queue-1.0.4/Makefile.am    2020-06-05 12:36:10.486732262 
+0200
+++ new/libnetfilter_queue-1.0.5/Makefile.am    2020-06-12 11:39:24.743841562 
+0200
@@ -10,3 +10,4 @@
 pkgconfig_DATA = libnetfilter_queue.pc
 
 EXTRA_DIST += Make_global.am
+EXTRA_DIST += fixmanpages.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/Makefile.in 
new/libnetfilter_queue-1.0.5/Makefile.in
--- old/libnetfilter_queue-1.0.4/Makefile.in    2020-06-05 12:36:18.198730117 
+0200
+++ new/libnetfilter_queue-1.0.5/Makefile.in    2020-06-12 11:39:37.639848000 
+0200
@@ -368,7 +368,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = $(man_MANS) include/linux Make_global.am
+EXTRA_DIST = $(man_MANS) include/linux Make_global.am fixmanpages.sh
 SUBDIRS = src utils include examples doxygen
 man_MANS = #nfnetlink_queue.3 nfnetlink_queue.7
 pkgconfigdir = $(libdir)/pkgconfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/configure 
new/libnetfilter_queue-1.0.5/configure
--- old/libnetfilter_queue-1.0.4/configure      2020-06-05 12:36:17.022730443 
+0200
+++ new/libnetfilter_queue-1.0.5/configure      2020-06-12 11:39:35.419846887 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libnetfilter_queue 1.0.4.
+# Generated by GNU Autoconf 2.69 for libnetfilter_queue 1.0.5.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libnetfilter_queue'
 PACKAGE_TARNAME='libnetfilter_queue'
-PACKAGE_VERSION='1.0.4'
-PACKAGE_STRING='libnetfilter_queue 1.0.4'
+PACKAGE_VERSION='1.0.5'
+PACKAGE_STRING='libnetfilter_queue 1.0.5'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -770,6 +770,7 @@
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+with_doxygen
 '
       ac_precious_vars='build_alias
 host_alias
@@ -1338,7 +1339,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libnetfilter_queue 1.0.4 to adapt to many kinds of 
systems.
+\`configure' configures libnetfilter_queue 1.0.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1410,7 +1411,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libnetfilter_queue 1.0.4:";;
+     short | recursive ) echo "Configuration of libnetfilter_queue 1.0.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1441,6 +1442,7 @@
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                           compiler's sysroot if not specified).
+  --with-doxygen          create doxygen documentation [default=no]
 
 Some influential environment variables:
   CC          C compiler command
@@ -1532,7 +1534,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libnetfilter_queue configure 1.0.4
+libnetfilter_queue configure 1.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1810,7 +1812,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libnetfilter_queue $as_me 1.0.4, which was
+It was created by libnetfilter_queue $as_me 1.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2748,7 +2750,7 @@
 
 # Define the identity of the package.
  PACKAGE='libnetfilter_queue'
- VERSION='1.0.4'
+ VERSION='1.0.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13273,7 +13275,16 @@
 
 
 
-for ac_prog in doxygen
+# Check whether --with-doxygen was given.
+if test "${with_doxygen+set}" = set; then :
+  withval=$with_doxygen;
+else
+  with_doxygen=no
+fi
+
+if test "x$with_doxygen" = xyes; then :
+
+       for ac_prog in doxygen
 do
   # Extract the first word of "$ac_prog", so it can be a program name with 
args.
 set dummy $ac_prog; ac_word=$2
@@ -13315,9 +13326,7 @@
   test -n "$DOXYGEN" && break
 done
 
-if test -z "$DOXYGEN";
-       then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Doxygen not 
found - continuing without Doxygen support" >&5
-$as_echo "$as_me: WARNING: Doxygen not found - continuing without Doxygen 
support" >&2;}
+
 fi
 
  if test -n "$DOXYGEN"; then
@@ -13866,7 +13875,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libnetfilter_queue $as_me 1.0.4, which was
+This file was extended by libnetfilter_queue $as_me 1.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13932,7 +13941,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libnetfilter_queue config.status 1.0.4
+libnetfilter_queue config.status 1.0.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -15627,3 +15636,7 @@
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
+
+echo "
+libnetfilter_queue configuration:
+  doxygen:                      ${with_doxygen}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/configure.ac 
new/libnetfilter_queue-1.0.5/configure.ac
--- old/libnetfilter_queue-1.0.4/configure.ac   2020-06-05 12:36:10.486732262 
+0200
+++ new/libnetfilter_queue-1.0.5/configure.ac   2020-06-12 11:39:24.747841563 
+0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 
-AC_INIT([libnetfilter_queue], [1.0.4])
+AC_INIT([libnetfilter_queue], [1.0.5])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
@@ -36,12 +36,16 @@
        doxygen/Makefile
        include/linux/Makefile include/linux/netfilter/Makefile])
 
-dnl Only run doxygen Makefile if doxygen installed
-
-AC_CHECK_PROGS([DOXYGEN], [doxygen])
-if test -z "$DOXYGEN";
-       then AC_MSG_WARN([Doxygen not found - continuing without Doxygen 
support])
-fi
+AC_ARG_WITH([doxygen], [AS_HELP_STRING([--with-doxygen],
+           [create doxygen documentation [default=no]])],
+           [], [with_doxygen=no])
+AS_IF([test "x$with_doxygen" = xyes], [
+       AC_CHECK_PROGS([DOXYGEN], [doxygen])
+])
 
 AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
 AC_OUTPUT
+
+echo "
+libnetfilter_queue configuration:
+  doxygen:                      ${with_doxygen}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/fixmanpages.sh 
new/libnetfilter_queue-1.0.5/fixmanpages.sh
--- old/libnetfilter_queue-1.0.4/fixmanpages.sh 1970-01-01 01:00:00.000000000 
+0100
+++ new/libnetfilter_queue-1.0.5/fixmanpages.sh 2020-06-12 11:39:24.747841563 
+0200
@@ -0,0 +1,65 @@
+#!/bin/bash -p
+#set -x
+function main
+{
+  set -e
+  cd doxygen/man/man3
+  rm -f _*
+  setgroup LibrarySetup nfq_open
+    add2group nfq_close nfq_bind_pf nfq_unbind_pf
+  setgroup Parsing nfq_get_msg_packet_hdr
+    add2group nfq_get_nfmark nfq_get_timestamp nfq_get_indev nfq_get_physindev
+    add2group nfq_get_outdev nfq_get_physoutdev nfq_get_indev_name
+    add2group nfq_get_physindev_name nfq_get_outdev_name
+    add2group nfq_get_physoutdev_name nfq_get_packet_hw
+    add2group nfq_get_skbinfo
+    add2group nfq_get_uid nfq_get_gid
+    add2group nfq_get_secctx nfq_get_payload
+  setgroup Queue nfq_fd
+    add2group nfq_create_queue nfq_destroy_queue nfq_handle_packet nfq_set_mode
+    add2group nfq_set_queue_flags nfq_set_queue_maxlen nfq_set_verdict
+    add2group nfq_set_verdict2 nfq_set_verdict_batch
+    add2group nfq_set_verdict_batch2 nfq_set_verdict_mark
+  setgroup ipv4 nfq_ip_get_hdr
+    add2group nfq_ip_set_transport_header nfq_ip_mangle nfq_ip_snprintf
+    setgroup ip_internals nfq_ip_set_checksum
+  setgroup ipv6 nfq_ip6_get_hdr
+    add2group nfq_ip6_set_transport_header nfq_ip6_mangle nfq_ip6_snprintf
+  setgroup nfq_cfg nfq_nlmsg_cfg_put_cmd
+    add2group nfq_nlmsg_cfg_put_params nfq_nlmsg_cfg_put_qmaxlen
+  setgroup nfq_verd nfq_nlmsg_verdict_put
+    add2group nfq_nlmsg_verdict_put_mark nfq_nlmsg_verdict_put_pkt
+  setgroup nlmsg nfq_nlmsg_parse
+    add2group nfq_nlmsg_put
+  setgroup pktbuff pktb_alloc
+    add2group pktb_data pktb_len pktb_mangle pktb_mangled
+    add2group pktb_free
+    setgroup otherfns pktb_tailroom
+      add2group pktb_mac_header pktb_network_header pktb_transport_header
+      setgroup uselessfns pktb_push
+        add2group pktb_pull pktb_put pktb_trim
+  setgroup tcp nfq_tcp_get_hdr
+    add2group nfq_tcp_get_payload nfq_tcp_get_payload_len
+    add2group nfq_tcp_snprintf nfq_tcp_mangle_ipv4 nfq_tcp_mangle_ipv6
+    setgroup tcp_internals nfq_tcp_compute_checksum_ipv4
+      add2group nfq_tcp_compute_checksum_ipv6
+  setgroup udp nfq_udp_get_hdr
+    add2group nfq_udp_get_payload nfq_udp_get_payload_len
+    add2group nfq_udp_mangle_ipv4 nfq_udp_mangle_ipv6 nfq_udp_snprintf
+    setgroup udp_internals nfq_udp_compute_checksum_ipv4
+      add2group nfq_udp_compute_checksum_ipv6
+  setgroup Printing nfq_snprintf_xml
+}
+function setgroup
+{
+  mv $1.3 $2.3
+  BASE=$2
+}
+function add2group
+{
+  for i in $@
+  do
+    ln -sf $BASE.3 $i.3
+  done
+}
+main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/include/linux/Makefile 
new/libnetfilter_queue-1.0.5/include/linux/Makefile
--- old/libnetfilter_queue-1.0.4/include/linux/Makefile 2020-06-05 
12:36:22.854728823 +0200
+++ new/libnetfilter_queue-1.0.5/include/linux/Makefile 2020-06-12 
11:39:51.563855033 +0200
@@ -182,13 +182,13 @@
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-ACLOCAL = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing aclocal-1.16
+ACLOCAL = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing aclocal-1.16
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing autoconf
-AUTOHEADER = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing autoheader
-AUTOMAKE = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing automake-1.16
+AUTOCONF = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing autoconf
+AUTOHEADER = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing autoheader
+AUTOMAKE = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing automake-1.16
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -199,7 +199,7 @@
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
 DLLTOOL = false
-DOXYGEN = doxygen
+DOXYGEN = 
 DSYMUTIL = 
 DUMPBIN = 
 ECHO_C = 
@@ -228,7 +228,7 @@
 LN_S = ln -s
 LTLIBOBJS = 
 LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing makeinfo
+MAKEINFO = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -240,10 +240,10 @@
 PACKAGE = libnetfilter_queue
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = libnetfilter_queue
-PACKAGE_STRING = libnetfilter_queue 1.0.4
+PACKAGE_STRING = libnetfilter_queue 1.0.5
 PACKAGE_TARNAME = libnetfilter_queue
 PACKAGE_URL = 
-PACKAGE_VERSION = 1.0.4
+PACKAGE_VERSION = 1.0.5
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -253,11 +253,11 @@
 SET_MAKE = 
 SHELL = /bin/bash
 STRIP = strip
-VERSION = 1.0.4
-abs_builddir = /tmp/tmp.5bRd0CPu6D/include/linux
-abs_srcdir = /tmp/tmp.5bRd0CPu6D/include/linux
-abs_top_builddir = /tmp/tmp.5bRd0CPu6D
-abs_top_srcdir = /tmp/tmp.5bRd0CPu6D
+VERSION = 1.0.5
+abs_builddir = /tmp/tmp.lCWwebixi1/include/linux
+abs_srcdir = /tmp/tmp.lCWwebixi1/include/linux
+abs_top_builddir = /tmp/tmp.lCWwebixi1
+abs_top_srcdir = /tmp/tmp.lCWwebixi1
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -286,7 +286,7 @@
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/install-sh
+install_sh = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libnetfilter_queue-1.0.4/include/linux/netfilter/Makefile 
new/libnetfilter_queue-1.0.5/include/linux/netfilter/Makefile
--- old/libnetfilter_queue-1.0.4/include/linux/netfilter/Makefile       
2020-06-05 12:36:22.894728813 +0200
+++ new/libnetfilter_queue-1.0.5/include/linux/netfilter/Makefile       
2020-06-12 11:39:51.679855092 +0200
@@ -143,13 +143,13 @@
 CTAGS = ctags
 am__DIST_COMMON = $(srcdir)/Makefile.in
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing aclocal-1.16
+ACLOCAL = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing aclocal-1.16
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing autoconf
-AUTOHEADER = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing autoheader
-AUTOMAKE = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing automake-1.16
+AUTOCONF = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing autoconf
+AUTOHEADER = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing autoheader
+AUTOMAKE = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing automake-1.16
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -160,7 +160,7 @@
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
 DLLTOOL = false
-DOXYGEN = doxygen
+DOXYGEN = 
 DSYMUTIL = 
 DUMPBIN = 
 ECHO_C = 
@@ -189,7 +189,7 @@
 LN_S = ln -s
 LTLIBOBJS = 
 LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/missing makeinfo
+MAKEINFO = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -201,10 +201,10 @@
 PACKAGE = libnetfilter_queue
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = libnetfilter_queue
-PACKAGE_STRING = libnetfilter_queue 1.0.4
+PACKAGE_STRING = libnetfilter_queue 1.0.5
 PACKAGE_TARNAME = libnetfilter_queue
 PACKAGE_URL = 
-PACKAGE_VERSION = 1.0.4
+PACKAGE_VERSION = 1.0.5
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -214,11 +214,11 @@
 SET_MAKE = 
 SHELL = /bin/bash
 STRIP = strip
-VERSION = 1.0.4
-abs_builddir = /tmp/tmp.5bRd0CPu6D/include/linux/netfilter
-abs_srcdir = /tmp/tmp.5bRd0CPu6D/include/linux/netfilter
-abs_top_builddir = /tmp/tmp.5bRd0CPu6D
-abs_top_srcdir = /tmp/tmp.5bRd0CPu6D
+VERSION = 1.0.5
+abs_builddir = /tmp/tmp.lCWwebixi1/include/linux/netfilter
+abs_srcdir = /tmp/tmp.lCWwebixi1/include/linux/netfilter
+abs_top_builddir = /tmp/tmp.lCWwebixi1
+abs_top_srcdir = /tmp/tmp.lCWwebixi1
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -247,7 +247,7 @@
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /tmp/tmp.5bRd0CPu6D/build-aux/install-sh
+install_sh = ${SHELL} /tmp/tmp.lCWwebixi1/build-aux/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale


Reply via email to