aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-19 15:15:48 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-19 15:15:48 +0100
commitc796b47b1382845f699cdcf6718f616bb3aa5f28 (patch)
tree1cf8a8078b740e993c6706c3a6b8cb7e041a4481 /autogen.sh
parentbuild: add autoconf helper files (diff)
downloadportage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.tar.gz
portage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.tar.bz2
portage-utils-c796b47b1382845f699cdcf6718f616bb3aa5f28.zip
build: add gnulib sources
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 04b74c3..8a59e9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,6 @@ v rm -rf autotools
# reload the gnulib code if possible
PATH=/usr/local/src/gnu/gnulib:${PATH}
mods="
- alloca
dirent
faccessat
fdopendir
@@ -20,11 +19,9 @@ mods="
inttypes
mkdirat
openat
- progname
readlinkat
renameat
stat-time
- stpcpy
strcasestr-simple
strncat
symlinkat
@@ -32,10 +29,12 @@ mods="
unlinkat
utimensat
vasprintf-posix
+ xalloc
"
v gnulib-tool \
--source-base=autotools/gnulib --m4-base=autotools/m4 \
--import \
+ --no-vc-files \
${mods}
# not everyone has sys-devel/autoconf-archive installed