]> git.draconx.ca Git - cdecl99.git/blobdiff - bootstrap
Use gnulib's vsnprintf module.
[cdecl99.git] / bootstrap
index 5acafcb0849ea1abd3c6d4ffe5f0b9f87a4e1aea..8b6bf0b6a02d61e864bb0488b6a553ef7dd0f0e4 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright © 2011-2012, 2021-2022 Nick Bowler
+# Copyright © 2011-2012, 2021-2023 Nick Bowler
 #
 # Simple script to get started from a fresh git checkout.
 #
@@ -33,7 +33,7 @@ if test -x $GNULIB/gnulib-tool; then
   exec 3>lib/symfiles.tmp 4<lib/symfiles.tmp
   rm -f lib/symfiles.tmp
 
-  shared_modules='lock tls flexmember snprintf'
+  shared_modules='lock tls snprintf vsnprintf'
   set x --extract-recursive-dependencies $shared_modules; shift
   (set -x; $GNULIB/gnulib-tool "$@" >&3 ) || die "gnulib-tool failed"
   shared_modules=`LC_ALL=C sort -u <&4`