Changeset 740 for vendor/current/source3/autogen.sh
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/autogen.sh
r414 r740 66 66 rm -f configure include/config.h* 67 67 68 IPATHS="-Im4 -I../m4 -I../lib/replace -I../source4"68 IPATHS="-Im4 -I../m4 -I../lib/replace" 69 69 70 70 echo "$0: running $AUTOHEADER $IPATHS" … … 76 76 rm -rf autom4te*.cache 77 77 78 if gcc -E tests/preproc-dummy.c -o /dev/null ; 79 then 80 PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ 81 srcdir=. ../librpc/build_idl.sh ../librpc/idl/*.idl 82 PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ 83 srcdir=. script/build_idl.sh librpc/idl/*.idl 84 else 85 echo "Warning: Could not compile idl files in autogen, " 86 echo "some autconf tests might not work properly" 87 fi 88 78 89 echo "Now run ./configure (or ./configure.developer) and then make." 79 90 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.