Update gnulib
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 20 Aug 2014 17:46:38 +0000 (18:46 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 20 Aug 2014 17:57:52 +0000 (18:57 +0100)
autogen.sh
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4
librazor/importer.c
librazor/iterator.c
librazor/merger.c
librazor/transaction.c
src/import-rpmdb.c
src/import-yum.c

index c8448ad..9bbe3f0 100755 (executable)
@@ -20,7 +20,7 @@ DIE=0
   DIE=1
 }
 
-(grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
+(grep "^LT_INIT\|^A[MC]_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
   (libtool --version) < /dev/null > /dev/null 2>&1 || {
     echo
     echo "**Error**: You must have libtool installed."
@@ -76,7 +76,7 @@ esac
 
       aclocalinclude="-I gl/m4 $ACLOCAL_FLAGS"
 
-      if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
+      if grep "^LT_INIT\|^A[MC]_PROG_LIBTOOL" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
          echo "Running libtoolize..."
          libtoolize --force --copy
index f318b4c..4b5a26b 100644 (file)
 /sys_time.in.h
 /tempname.c
 /tempname.h
+/fcntl.in.h
+/msvc-inval.c
+/msvc-inval.h
+/msvc-nothrow.c
+/msvc-nothrow.h
+/pathmax.h
+/secure_getenv.c
+/sys_types.in.h
+/unistd.c
+/wctype-h.c
index 52cbceb..7ce22dd 100644 (file)
 /stat.m4
 /sys_time_h.m4
 /tempname.m4
+/absolute-header.m4
+/extern-inline.m4
+/fcntl_h.m4
+/msvc-inval.m4
+/msvc-nothrow.m4
+/off_t.m4
+/pathmax.m4
+/secure_getenv.m4
+/ssize_t.m4
+/sys_socket_h.m4
+/sys_types_h.m4
index dc90745..daed511 100644 (file)
@@ -1,9 +1,21 @@
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
 #
-# This file is free software, distributed under the terms of the GNU
-# General Public License.  As a special exception to the GNU General
-# Public License, this file may be distributed as part of a program
-# that contains a configuration script generated by Autoconf, under
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file.  If not, see <http://www.gnu.org/licenses/>.
+#
+# As a special exception to the GNU General Public License,
+# this file may be distributed as part of a program that
+# contains a configuration script generated by Autoconf, under
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
@@ -37,4 +49,4 @@ gl_MAKEFILE_NAME([])
 gl_LIBTOOL
 gl_MACRO_PREFIX([gl])
 gl_PO_DOMAIN([])
-gl_WITNESS_C_DOMAIN([])
+gl_WITNESS_C_MACRO([])
index e3956e0..7eeff31 100644 (file)
@@ -20,6 +20,7 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
 #include <string.h>
 #include "razor-internal.h"
 #include "razor.h"
index c50ae4f..1bf22e6 100644 (file)
@@ -20,6 +20,7 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
 #include <stdarg.h>
 #include <string.h>
 #include <assert.h>
index 4fcd36d..4038ac8 100644 (file)
@@ -18,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
 #include <string.h>
 #include <assert.h>
 #include "razor-internal.h"
index ad73d1b..7879be9 100644 (file)
@@ -20,6 +20,7 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
 #include <stdlib.h>
 #include <stddef.h>
 #include <stdint.h>
index 530c122..f1810d6 100644 (file)
@@ -18,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
 #include <stdio.h>
 #include <stddef.h>
 #include <string.h>
index 017754b..fb07544 100644 (file)
@@ -19,6 +19,7 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
 #include <string.h>
 #include <stdio.h>
 #include <stdint.h>