diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-17 21:22:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-17 21:22:31 +0100 |
commit | e2e7288eba60fbb0e1ba8644168227b424b10ccc (patch) | |
tree | de86bc8dcc1ebdcfc6b77a9c3a615e124daca074 /autotools | |
parent | qwhich: add applet to show paths to packages (diff) | |
download | portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.tar.gz portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.tar.bz2 portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.zip |
build-sys: regen with automake 1.16.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'autotools')
-rw-r--r-- | autotools/gnulib/Makefile.in | 7 | ||||
-rw-r--r-- | autotools/m4/libtool.m4 | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/autotools/gnulib/Makefile.in b/autotools/gnulib/Makefile.in index 71033873..2211d44d 100644 --- a/autotools/gnulib/Makefile.in +++ b/autotools/gnulib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.16.2 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2020 Free Software Foundation, Inc. @@ -2097,7 +2097,8 @@ installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive -install-exec: install-exec-recursive +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive @@ -2417,7 +2418,7 @@ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) all check install install-am \ - install-strip + install-exec install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic clean-libtool \ diff --git a/autotools/m4/libtool.m4 b/autotools/m4/libtool.m4 index 9d2af65f..fd06b145 100644 --- a/autotools/m4/libtool.m4 +++ b/autotools/m4/libtool.m4 @@ -1076,7 +1076,7 @@ _LT_EOF _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) + 10.*|11.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; @@ -2360,7 +2360,7 @@ BEGIN {RS = " "; FS = "/|\n";} { mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac - sys_lib_search_path_spec=`$ECHO "/gentoo/prefix64l/lib /gentoo/prefix64l/usr/lib $lt_search_path_spec" | $lt_NL2SP` + sys_lib_search_path_spec=`$ECHO "/gentoo/prefix64/lib /gentoo/prefix64/usr/lib $lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) |