summaryrefslogtreecommitdiffstats
path: root/source/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-13/+0
| | | | | | | | | modular form. In this pass I added oplock_irix.c and added a "struct kernel_oplocks" that describes a kernel oplock implementation. I also removed the maintainence mode from the Makefile. It was causing too much trouble. If someone really likes it they can keep a patch around to enable it themselves.
* fixes for broken IRIX header file merged from 2.0 branchHerb Lewis2000-03-311-0/+8
|
* IRIX include fixes.Jeremy Allison2000-03-311-0/+9
| | | | Jeremy.
* Adding libtool support to HEAD branch. We're going to need this forTim Potter2000-03-131-0/+432
| | | | | various things yet to be merged from TNG. The smbwrapper stuff should probably be ported across too.
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | aclocal.m4: Added AC_LIBTESTFUNC. configure.in: Fixed -lsecurity -lsec problems. client.c: dos_ fixes. groupdb/aliasunix.c: Dead code removal. include/includes.h: Added default PRINTCAP_NAME. lib/genrand.c: dos_ fixes. lib/replace.c: Added strtoul. lib/system.c: dos_ fixes. lib/util.c: dos_ fixes. lib/util_sid.c: Signed/unsigned fixes. lib/util_str.c: removed bad const. locking/locking_slow.c: dos_ fixes. printing/printing.c: dos_ fixes. rpc_server/srv_samr.c: Dead code removal. rpc_server/srv_sid.c: global_myworkgroup defined with wrong size AGAIN ! smbd/dir.c: dos_ fixes. smbd/open.c: dos_ fixes. smbd/oplock.c: dos_ fixes. smbd/reply.c smbd/server.c smbd/service.c smbd/uid.c: dos_ fixes. Jeremy.
* auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1998-10-081-0/+13
|
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-0/+14
| | | | includes.h in wrapped.c, thus making porting much simpler
* check whether system type is the same as stored in the cache (fullAlexandre Oliva1998-09-241-0/+36
stand-alone macro, candidate for inclusion in the next release of autoconf) create configure flag --enable-maintainer-mode, that enables automatic rebuilding of configure from configure.in and aclocal.m4, and of config.h.in based on acconfig.h. This assumes autoconf and autoheader are available. Maintainer mode also introduces automatic dependency tracking of include files, but it depends on features provided by gcc and GNU make, so you must not enable maintainer mode if you are not using any of these