commit: 78853af05fe71f27caf0dea62cb41553178d15be
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 09:48:17 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 09:48:17 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=78853af0
configure: remove removed dir tests/reinitialize(/Makefile)
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
configure | 3 +--
configure.ac | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/configure b/configure
index 37bbed1..370512c 100755
--- a/configure
+++ b/configure
@@ -35008,7 +35008,7 @@ fi
# -Wno-format-nonliteral
# -Wno-expansion-to-defined
-ac_config_files="$ac_config_files Makefile libq/Makefile
autotools/gnulib/Makefile tests/init.sh tests/Makefile
tests/atom_compare/Makefile tests/atom_explode/Makefile
tests/copy_file/Makefile tests/install/Makefile tests/mkdir/Makefile
tests/profile/Makefile tests/qatom/Makefile tests/qcheck/Makefile
tests/qdepends/Makefile tests/qfile/Makefile tests/qlist/Makefile
tests/qlop/Makefile tests/qmerge/Makefile tests/qtbz2/Makefile
tests/quse/Makefile tests/qxpak/Makefile tests/reinitialize/Makefile
tests/rmspace/Makefile tests/source/Makefile"
+ac_config_files="$ac_config_files Makefile libq/Makefile
autotools/gnulib/Makefile tests/init.sh tests/Makefile
tests/atom_compare/Makefile tests/atom_explode/Makefile
tests/copy_file/Makefile tests/install/Makefile tests/mkdir/Makefile
tests/profile/Makefile tests/qatom/Makefile tests/qcheck/Makefile
tests/qdepends/Makefile tests/qfile/Makefile tests/qlist/Makefile
tests/qlop/Makefile tests/qmerge/Makefile tests/qtbz2/Makefile
tests/quse/Makefile tests/qxpak/Makefile tests/rmspace/Makefile
tests/source/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -36116,7 +36116,6 @@ do
"tests/qtbz2/Makefile") CONFIG_FILES="$CONFIG_FILES tests/qtbz2/Makefile"
;;
"tests/quse/Makefile") CONFIG_FILES="$CONFIG_FILES tests/quse/Makefile" ;;
"tests/qxpak/Makefile") CONFIG_FILES="$CONFIG_FILES tests/qxpak/Makefile"
;;
- "tests/reinitialize/Makefile") CONFIG_FILES="$CONFIG_FILES
tests/reinitialize/Makefile" ;;
"tests/rmspace/Makefile") CONFIG_FILES="$CONFIG_FILES
tests/rmspace/Makefile" ;;
"tests/source/Makefile") CONFIG_FILES="$CONFIG_FILES
tests/source/Makefile" ;;
diff --git a/configure.ac b/configure.ac
index fffaf51..a0015d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@ AC_CONFIG_FILES([
tests/qtbz2/Makefile
tests/quse/Makefile
tests/qxpak/Makefile
- tests/reinitialize/Makefile
tests/rmspace/Makefile
tests/source/Makefile
])