commit:     f4dbe34b34cb5bb9ce049ad9c8ac27f09a03c549
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 12:35:01 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 12:35:01 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f4dbe34b

buildsys: regen after configure.ac change

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 Makefile.in                    |  1 +
 autotools/gnulib/Makefile.in   |  1 +
 config.h.in                    |  3 +++
 configure                      | 17 ++++++++++++++++-
 libq/Makefile.in               |  1 +
 tests/Makefile.in              |  1 +
 tests/atom_compare/Makefile.in |  1 +
 tests/atom_explode/Makefile.in |  1 +
 tests/copy_file/Makefile.in    |  1 +
 tests/install/Makefile.in      |  1 +
 tests/mkdir/Makefile.in        |  1 +
 tests/profile/Makefile.in      |  1 +
 tests/qatom/Makefile.in        |  1 +
 tests/qcheck/Makefile.in       |  1 +
 tests/qdepends/Makefile.in     |  1 +
 tests/qfile/Makefile.in        |  1 +
 tests/qlist/Makefile.in        |  1 +
 tests/qlop/Makefile.in         |  1 +
 tests/qmanifest/Makefile.in    |  1 +
 tests/qmerge/Makefile.in       |  1 +
 tests/qtbz2/Makefile.in        |  1 +
 tests/quse/Makefile.in         |  1 +
 tests/qxpak/Makefile.in        |  1 +
 tests/rmspace/Makefile.in      |  1 +
 tests/source/Makefile.in       |  1 +
 25 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index ec8d83f..0ffd8c6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1579,6 +1579,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/autotools/gnulib/Makefile.in b/autotools/gnulib/Makefile.in
index 60d258c..8be76d3 100644
--- a/autotools/gnulib/Makefile.in
+++ b/autotools/gnulib/Makefile.in
@@ -1605,6 +1605,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/config.h.in b/config.h.in
index a0714f6..c8155e2 100644
--- a/config.h.in
+++ b/config.h.in
@@ -473,6 +473,9 @@
 /* Define to 1 if you have the `flockfile' function. */
 #undef HAVE_FLOCKFILE
 
+/* Define to 1 if you have the `fmemopen' function. */
+#undef HAVE_FMEMOPEN
+
 /* Define if the frexpl function is available in libc. */
 #undef HAVE_FREXPL_IN_LIBC
 

diff --git a/configure b/configure
index 0bb18e8..360cfb1 100755
--- a/configure
+++ b/configure
@@ -1770,6 +1770,7 @@ infodir
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -1859,6 +1860,7 @@ datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -2111,6 +2113,15 @@ do
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -2248,7 +2259,7 @@ fi
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir
+               libdir localedir mandir runstatedir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -2401,6 +2412,7 @@ Fine tuning of the installation directories:
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -3591,6 +3603,7 @@ as_fn_append ac_func_list " vasnprintf"
 as_fn_append ac_header_list " features.h"
 as_fn_append ac_func_list " snprintf"
 as_fn_append ac_header_list " crtdefs.h"
+as_fn_append ac_func_list " fmemopen"
 as_fn_append ac_func_list " scandirat"
 # Check that the precious variables saved in the cache have kept the same
 # value.
@@ -34405,6 +34418,8 @@ CC=$lt_save_CC
 
 
 
+
+
 # Check whether --with-eprefix was given.
 if test "${with_eprefix+set}" = set; then :
   withval=$with_eprefix;

diff --git a/libq/Makefile.in b/libq/Makefile.in
index b4d9337..cb5fa51 100644
--- a/libq/Makefile.in
+++ b/libq/Makefile.in
@@ -1461,6 +1461,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/Makefile.in b/tests/Makefile.in
index e0ca9a9..b0c7085 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1448,6 +1448,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/atom_compare/Makefile.in b/tests/atom_compare/Makefile.in
index 74906e8..63213a2 100644
--- a/tests/atom_compare/Makefile.in
+++ b/tests/atom_compare/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/atom_explode/Makefile.in b/tests/atom_explode/Makefile.in
index 6988c09..5416005 100644
--- a/tests/atom_explode/Makefile.in
+++ b/tests/atom_explode/Makefile.in
@@ -1437,6 +1437,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/copy_file/Makefile.in b/tests/copy_file/Makefile.in
index 6900a84..9fe81b9 100644
--- a/tests/copy_file/Makefile.in
+++ b/tests/copy_file/Makefile.in
@@ -1437,6 +1437,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index a45011b..6b5039e 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 7917d25..f379287 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -1437,6 +1437,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/profile/Makefile.in b/tests/profile/Makefile.in
index fa6a187..26829a7 100644
--- a/tests/profile/Makefile.in
+++ b/tests/profile/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qatom/Makefile.in b/tests/qatom/Makefile.in
index c845d09..b73c200 100644
--- a/tests/qatom/Makefile.in
+++ b/tests/qatom/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qcheck/Makefile.in b/tests/qcheck/Makefile.in
index 1b63e60..1e9cd3d 100644
--- a/tests/qcheck/Makefile.in
+++ b/tests/qcheck/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qdepends/Makefile.in b/tests/qdepends/Makefile.in
index f98a20d..8df6fbd 100644
--- a/tests/qdepends/Makefile.in
+++ b/tests/qdepends/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qfile/Makefile.in b/tests/qfile/Makefile.in
index 3a73b87..02968fa 100644
--- a/tests/qfile/Makefile.in
+++ b/tests/qfile/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qlist/Makefile.in b/tests/qlist/Makefile.in
index c2a5f9b..d42f1bd 100644
--- a/tests/qlist/Makefile.in
+++ b/tests/qlist/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qlop/Makefile.in b/tests/qlop/Makefile.in
index 4102bd9..f252fea 100644
--- a/tests/qlop/Makefile.in
+++ b/tests/qlop/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qmanifest/Makefile.in b/tests/qmanifest/Makefile.in
index 73400d6..f0f4d68 100644
--- a/tests/qmanifest/Makefile.in
+++ b/tests/qmanifest/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qmerge/Makefile.in b/tests/qmerge/Makefile.in
index 77774dc..9a65401 100644
--- a/tests/qmerge/Makefile.in
+++ b/tests/qmerge/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qtbz2/Makefile.in b/tests/qtbz2/Makefile.in
index fa62041..2e3fc19 100644
--- a/tests/qtbz2/Makefile.in
+++ b/tests/qtbz2/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/quse/Makefile.in b/tests/quse/Makefile.in
index ca41bab..00b474c 100644
--- a/tests/quse/Makefile.in
+++ b/tests/quse/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/qxpak/Makefile.in b/tests/qxpak/Makefile.in
index 27d1fe2..d5167eb 100644
--- a/tests/qxpak/Makefile.in
+++ b/tests/qxpak/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/rmspace/Makefile.in b/tests/rmspace/Makefile.in
index db0aed7..4954216 100644
--- a/tests/rmspace/Makefile.in
+++ b/tests/rmspace/Makefile.in
@@ -1437,6 +1437,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

diff --git a/tests/source/Makefile.in b/tests/source/Makefile.in
index 4754a3c..f366293 100644
--- a/tests/source/Makefile.in
+++ b/tests/source/Makefile.in
@@ -1385,6 +1385,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

Reply via email to