diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-18 10:31:09 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-18 15:26:43 +0200 |
commit | 9522e853c291bed51e289f4c2ff8ad2fb1ad1a8f (patch) | |
tree | 66bedfe8bdb30dc7a91c00e6dd5196d1bf284d83 /source3 | |
parent | da76cda93f3a1d0538a00f64f76a3af6a04e22f6 (diff) | |
download | samba-9522e853c291bed51e289f4c2ff8ad2fb1ad1a8f.tar.gz samba-9522e853c291bed51e289f4c2ff8ad2fb1ad1a8f.tar.bz2 samba-9522e853c291bed51e289f4c2ff8ad2fb1ad1a8f.zip |
s3:autogen.sh: fix autoconf/lib/param/param_proto.h location
metze
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/autogen.sh b/source3/autogen.sh index bd0d99d7e8..2238efbe5e 100755 --- a/source3/autogen.sh +++ b/source3/autogen.sh @@ -98,7 +98,7 @@ fi perl ../script/mkparamdefs.pl ../lib/param/param_functions.c --file autoconf/lib/param/param_local.h --generate-scope=LOCAL perl ../script/mkparamdefs.pl ../lib/param/loadparm.c ../lib/param/param_functions.c --file autoconf/lib/param/param_global.h --generate-scope=GLOBAL perl ../script/mkparamdefs.pl param/loadparm.c ../lib/param/param_functions.c --file autoconf/source3/param/param_global.h --generate-scope=GLOBAL -perl ../source4/script/mkproto.pl ../lib/param/loadparm.c ../lib/param/param_functions.c --public autoconf/lib/param/param_proto.h --private ../lib/param/param_proto.h +perl ../source4/script/mkproto.pl ../lib/param/loadparm.c ../lib/param/param_functions.c --public autoconf/lib/param/param_proto.h --private autoconf/lib/param/param_proto.h perl ../script/mks3param.pl ../lib/param/loadparm.c ../lib/param/param_functions.c --file autoconf/lib/param/s3_param.h echo "Now run ./configure (or ./configure.developer) and then make." |