Revert "Add --without-gettext to restore Samba build on SerNet-IRIX"
[build-farm.git] / hpisgr8.fns
index 95e6884f86a2264f2d3fff2061c56749806bbd43..c2fcab44d5f1c746ebfe18c149375e634d52dd44 100644 (file)
@@ -1,6 +1,28 @@
-
 # gdb is in /opt/langtools/bin
 PATH="$PATH:/opt/langtools/bin"
 export PATH
 
-. generic.fns
+per_run_hook
+
+global_lock
+
+compilers="cc gcc"
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+       . common.fns
+
+       config="--without-gettext --without-acl-support"
+       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