]> git.draconx.ca Git - cdecl99.git/blobdiff - bootstrap
Release 1.3.
[cdecl99.git] / bootstrap
index 02ca644c68f9d410514e5a0eec813682c4602938..639e6c422526d5eead51ca1f946f85690930372c 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='threadlib windows-once'
+  shared_modules='threadlib'
   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`