]> git.draconx.ca Git - cdecl99.git/blobdiff - bootstrap
libcdecl: Fully remove snprintf requirement from the library.
[cdecl99.git] / bootstrap
index 5ec2dc408e5a7e12b836435c7d6604b3d9d52e26..ef46efa59b22d522ea2995412cfe485e268e37c2 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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 snprintf'
+  shared_modules='lock tls'
   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`