diff bootstrap.conf @ 9989:d36f8c473dff

use glob and fnmatch from gnulib
author John W. Eaton <jwe@octave.org>
date Tue, 15 Dec 2009 14:27:18 -0500
parents 55061c7c8d6e
children acd5e9df38f8
line wrap: on
line diff
--- a/bootstrap.conf	Tue Dec 15 13:07:05 2009 +0100
+++ b/bootstrap.conf	Tue Dec 15 14:27:18 2009 -0500
@@ -18,6 +18,8 @@
 
 # gnulib modules used by this package.
 gnulib_modules="
+  fnmatch
+  glob
   strftime
 "