Add --without-gettext to restore Samba build on SerNET-Tru64
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:43:45 +0000 (14:43 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jan 2014 01:44:55 +0000 (14:44 +1300)
SerNet-Tru64.fns

index b9c093d72189d317e5cb536edc2af955a8a2a95b..442060453485b410e7c8deb43410da31d3de4cc1 100644 (file)
@@ -1,11 +1,29 @@
-compilers="cc"
+per_run_hook
+
+global_lock
 
 MAXTIME=18000
 SMBD_MAXTIME=8500
 SAMBA_MAXTIME=8500
 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
+compilers="cc"
+
 CFLAGS="-g $CFLAGS"
 export CFLAGS
 
-. generic.fns
+for compiler in $compilers; do
+
+       . common.fns
+
+       config="--without-gettext"
+       export config
+       test_tree samba_4_0_test . $compiler
+       config=""
+       export config
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+done
+
+global_unlock