summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsource3/autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/autogen.sh b/source3/autogen.sh
index d9f6030900..e5aea3248e 100755
--- a/source3/autogen.sh
+++ b/source3/autogen.sh
@@ -86,6 +86,12 @@ else
echo "some autconf tests might not work properly"
fi
+perl ../script/mkparamdefs.pl ../lib/param/param_functions.c --file ../lib/param/param_local.h --generate-scope=LOCAL
+perl ../script/mkparamdefs.pl ../lib/param/loadparm.c --file ../lib/param/param_global.h --generate-scope=GLOBAL
+perl ../script/mkparamdefs.pl param/loadparm.c --file param/param_global.h --generate-scope=GLOBAL
+perl ../source4/script/mkproto.pl ../lib/param/loadparm.c --public ../lib/param/param_proto.h --private ../lib/param/param_proto.h
+perl ../script/mks3param.pl ../lib/param/loadparm.c --file ../lib/param/s3_param.h
+
echo "Now run ./configure (or ./configure.developer) and then make."
exit 0