From 4e1d9a620b0ebbe9bca89de84f553f580295fc33 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 13 Oct 2011 22:53:20 +1100 Subject: [PATCH] build: run perl generators at autogen.sh time --- source3/autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source3/autogen.sh b/source3/autogen.sh index d9f60309002..e5aea3248ef 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 -- 2.34.1