Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/autogen.sh

    r414 r740  
    6666rm -f configure include/config.h*
    6767
    68 IPATHS="-Im4 -I../m4 -I../lib/replace -I../source4"
     68IPATHS="-Im4 -I../m4 -I../lib/replace"
    6969
    7070echo "$0: running $AUTOHEADER $IPATHS"
     
    7676rm -rf autom4te*.cache
    7777
     78if gcc -E tests/preproc-dummy.c -o /dev/null ;
     79then
     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
     84else
     85   echo "Warning: Could not compile idl files in autogen, "
     86   echo "some autconf tests might not work properly"
     87fi
     88
    7889echo "Now run ./configure (or ./configure.developer) and then make."
    7990exit 0
Note: See TracChangeset for help on using the changeset viewer.