summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-1/+4
Jeremy. (This used to be commit 36516b2ca97e8644a29055dfab868aced644f9aa)
2001-09-14merges from 2.2Gerald Carter1-2/+1
(This used to be commit b619458dde158c37a4420a28a7e1e1f70e7a18d1)
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-18/+0
by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file (This used to be commit b8651acb9c0d7248a6a2e82c33b1e43633fd83fd)
2001-09-11Tweak the building rules under Solaris with CC.Richard Sharpe1-0/+1
(This used to be commit d3758404d43b1b4be0b980a4fe078cab458e6d21)
2001-09-11Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe1-4/+3
(This used to be commit ec6c5da124bc0f090d8aef40247acd44aa2850f9)
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett1-2/+1
seem to think you need this module for normal samba/PAM operation. rerun autoconf rerun autoheader (Note that --with-pam_smbpass still doesn't build, but at least when it does again only people who actually need it will select it). (This used to be commit bbda3dd7422a434f19ca8968dab8f9f210254c2f)
2001-09-05variable name changed to --with-profiling-dataHerb Lewis1-1/+1
(This used to be commit 28fba1ba4883e5eaa97247e933da9311c53c41df)
2001-09-03the next step in our error code handling changeAndrew Tridgell1-17/+16
- added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there (This used to be commit 24f9ab683dec52587ee56717e821b49c0fa3d70f)
2001-08-26fixed typoGerald Carter1-1/+1
(This used to be commit 3b1454691b1164493f1bee58a3d2e5eed0aa898e)
2001-08-24typoGerald Carter1-1/+1
(This used to be commit 11605ea38ac699cec0d0e84b94eca3d8df2e03a7)
2001-08-24/tmp/cvsVTEaY5Gerald Carter1-83/+44
(This used to be commit 55f222236f3a80b2e0b7a1ec278d90d5cf57459f)
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-1/+15
header files as well as libcups. (This used to be commit 2dbb41a7b88e7fad63579111aaab4a1cd28c54d5)
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 8c5e5f8c84cab4273ca28d6b5f543dd5d5b464fb)
2001-08-07merge from 2.2Gerald Carter1-9/+18
(This used to be commit a7bf5e2ab84e21198a22e893e8640710a9ba2f7b)
2001-08-06Stop HP/UX building shared libraries for the moment ...Richard Sharpe1-1/+1
(This used to be commit 8878a44868073d50e4ce729a1812f43e1a96e2ae)
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-0/+2
Jeremy. (This used to be commit 4d5fe9ed4fc2c3bb7830ab14eead8d12eed37de9)
2001-08-02changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter1-2/+2
of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry (This used to be commit 5704a9f0bb7f78c34f4141512159d0e7eb4305b8)
2001-08-01Rewrite of winbind autoconf fragment.Tim Potter1-17/+50
- can now use --with-winbind to force compilation on systems that are not linux or solaris (-: - don't compile winbind if the unix domain socket test fails - compile right number of bits if --with-pam used (This used to be commit d77295ee701ecad4d563efe0632bea81b69f78a0)
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-0/+5
Digital UNIX). Jeremy. (This used to be commit 324ba0512ec84bb173c72be3dfd2447e0dc30e26)
2001-07-25a better test for unix domain socketsAndrew Tridgell1-1/+20
(This used to be commit 7b3d030e1f869a842822d9a356a027cca6f3a725)
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell1-2/+24
alternative iconv library (This used to be commit cfb6e67bb92f9d73aadabebae3ea5baeb07158a0)
2001-07-24Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter1-2/+5
a sbin program. Currently the pam and nss modules are installed into @prefix@/sbin - I'm not sure whether this is a good idea or not. Perhaps they should be left in the build tree and copied across as needed by hand or a packaging tool. (This used to be commit 09af934c4aa295bec494740d94de76e5e4497887)
2001-07-24Another fine mess, err, fine tune to the Slowaris build ...Richard Sharpe1-2/+1
(This used to be commit e8ee01eb779c1971fa269840cb14d2207b9d8569)
2001-07-24Make the Slowaris build a bit nicer with ccRichard Sharpe1-1/+1
(This used to be commit ea1a70fb42b3537524bbbf19b2d41a499411ff4e)
2001-07-23Fix some fscked up things that I added to the Solaris CC build of shared libsRichard Sharpe1-1/+1
(This used to be commit f214f6b5d5157782884f3325cb4e39713c454264)
2001-07-23One more possible fix for Solaris CC and GCCRichard Sharpe1-1/+2
(This used to be commit 98e5e022319a6c90a928fecab1ea27e55f74d98a)
2001-07-23Fix the POOBAD_CC on Slowaris so we can handle things correctly ...Richard Sharpe1-1/+11
Lets see how this goes. (This used to be commit d63b03f7536abb0745ad2a084c44108a3c19a8b6)
2001-07-23Try and build shared on SCO. Assume that it is like others, but usesRichard Sharpe1-0/+2
-KPIC, which it does! (This used to be commit bc0317678299028cd9f9de8c0daf9f06318cce13)
2001-07-23OK, I think I have fscking IRIX figured out for building PIC code.Richard Sharpe1-1/+5
You have to check which fsking compiler is used and do different things! (This used to be commit f38b5ba1946327714e1c9cc3ff91b0063906bd9c)
2001-07-18Fix the PIC flag for IRIXRichard Sharpe1-1/+1
(This used to be commit 6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06)
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison1-4/+18
Jeremy. (This used to be commit 956e2a4e3783beec13b1baddb6384deac60389a9)
2001-07-14A few tweaks around linking libsmbclientRichard Sharpe1-2/+3
(This used to be commit 83334fc474008d9f338204e73eacc5665e26bf0c)
2001-07-12Fix a stupid error in passing options to CC under AIXRichard Sharpe1-1/+1
(This used to be commit b8b5603e0f789014a1237c358db478cf6211e215)
2001-07-11A serious set of changes to build libsmbclienmt. Copied much ofthis fromRichard Sharpe1-26/+29
CUPS. (This used to be commit 7b392f9f6873c3a1ddd26f619f7827e0a9ce180a)
2001-07-10Change the order of the -fPIC and -KPIC tests to ensure that UnixWareRichard Sharpe1-6/+7
is handled. (This used to be commit 7631bade9c52c7ebde0c7170a5d4d4ade6bb723c)
2001-07-08removed remnants of libtoolAndrew Tridgell1-2/+0
(This used to be commit abe01facea99f4cda76330d1265edde32b3c0a86)
2001-07-04The big character set handling changeover!Andrew Tridgell1-0/+17
This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. (This used to be commit debb471267960e56005a741817ebd227ecfc512a)
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison1-1/+1
--with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
2001-07-03Fixed quoting bug - shell programming sucks.Tim Potter1-1/+1
(This used to be commit 60d42618416295a8fc25a461a8b4783bb219d6a7)
2001-07-02Only build the pam_winbind module if --with-pam used.Tim Potter1-3/+8
Replaced extra shell variable with_pam_for_crypto with a check against $with_pam (This used to be commit 9db0332954e8b37fa5162b26d78de42a7fa533ae)
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
2001-06-29These changes cause the libsmbclient stuff to always build a non-shared ↵Richard Sharpe1-1/+7
library and to build a shared library only for the four OSes that we currently like. I will probably add HP/UX and AIX support based on the CUPS stuff soon ... (This used to be commit 9585529455ae4a3e9b4dafc5f16286fabb052809)
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-1/+1
Added vfs calls to symlink() and readlink() with appropriate configure checks. Jeremy. (This used to be commit c24e6b41ea60ab4bac2fcd19da947851d6df3c7c)
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-0/+10
on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. (This used to be commit 8b0a5bc436fb44f5123d037b102f2d2c4d3287e8)
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵Andrew Tridgell1-0/+13
instead of a define (This used to be commit e2ecff419fdc0a0dc7551b33b377dc11061ef2a3)
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-10/+1
generic Linux ACL code. rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created. Jeremy. (This used to be commit db5b82e53a7061c4764d39ceb3df82e706aad42f)
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-2/+2
loop in Simo's code (removes much grp = gep->next code). Jeremy. (This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)
2001-06-04Compile fix for wbinfo on solaris.Tim Potter1-1/+1
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter1-8/+26
compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect. (This used to be commit de46428d054285f568727589537cd8520ee0f687)
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-22/+8
tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them (This used to be commit ab2465239414853a14529f88a25f13c392aa2d3f)