summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2001-10-23Fix popt library checkingJim McDonough1-2/+3
(This used to be commit 2cd33e88eb5ed88da90ddfd50a1ec96a2053479a)
2001-10-23Add popt for parsing commandline optionsJim McDonough1-0/+30
(This used to be commit df34e11d84a6fe89dc6654eb10de0a49383e1dea)
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-2/+2
- accept a wide range of principal names in session setup (This used to be commit 672df66296f540b606aa43effab5f021b8978e4b)
2001-10-20don't need KRB5_DIR defineAndrew Tridgell1-1/+0
(This used to be commit a899086a51546220247390ac641f51b1df2f5496)
2001-10-16fix linking of k5crypto library on openbsdAndrew Tridgell1-2/+6
(This used to be commit 2667dea146169658f3c0290bb78dc5854c821eb4)
2001-10-16fixed finding the resolv libraryAndrew Tridgell1-14/+7
(This used to be commit 7bb99a9e892f8d60d4acb71ffc047b28ba66ffd8)
2001-10-15include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell1-59/+13
removed some no longer needed i18n stuff from configure.in (This used to be commit dd3ad91724125df355d1ff9050a1262d9d4f2cbf)
2001-10-14fixed the --with-krb5=dir option.Andrew Tridgell1-8/+9
thanks to monyo for pointing out the problem (This used to be commit 5a6774c43897e75a152b751f18a8bc323a4b6ef5)
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-10/+1
of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+8
activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth (This used to be commit d33057585644e1337bac743e25ed7653bfb39eef)
2001-09-28Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison1-3/+3
Jeremy. (This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc)
2001-09-26OpenSSL merge from 2.2Gerald Carter1-14/+27
(This used to be commit efc6df5a3914da9e7b792ccaccd1403c72c09f78)
2001-09-26Finish Jeremy's passdb merge :-).Andrew Bartlett1-2/+33
(fix up configure.in for default (smbpasswd) option) Rerun autoconf. (This used to be commit 0b9e13530d728ef3c19d6ff05d74b7e594bf9a4c)
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-22/+22
Jeremy. (This used to be commit 611bf806d569b70edabbc04a2f5408142370a550)
2001-09-25now --with-i18n-swat works to install some international filesMotonobu Takahashi1-2/+7
used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo (This used to be commit 9ec2d5e96ebb907e66250772057bf5e2601f8ec9)
2001-09-25Fix up the ./configure for the BSDs:Andrew Bartlett1-1/+1
Subject: Re: bugs in installman.sh script Date: Tue, 25 Sep 2001 16:02:11 +0200 (CEST) From: Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> To: Andrew Bartlett <abartlet@pcug.org.au> CC: <samba-technical@lists.samba.org> On Tue, 25 Sep 2001, Andrew Bartlett wrote: > Its broken for BSDs and was broken for many others. You might want to > re-checkout. Any fixes appricatiated. OK. Here's the patch for configure.in. Replaces illegal, under [t]csh, substitution with more general sed construction. Apply it, please, and I'll see if I can clean up the installman.sh further. (This used to be commit cad971f4c37042c4e9b6e6332e55757473f6da78)
2001-09-25Change ./configure.developer to stay in effect across aAndrew Bartlett1-1/+5
'./config.status --recheck' by making it a real configure option. reran autoconf (This used to be commit 23173125cd124508a080cfc11436273efcbeedb6)
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-1/+80
TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet. (This used to be commit 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19)
2001-09-22fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell1-1/+8
(and thus smbd) every time (This used to be commit e78d0a3615d74cdd023d2d623abc27ac59356ae0)
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison1-0/+20
*HARD*, dammit ! Jeremy. (This used to be commit 59a4684201fb72989698db5ac8169bd8880bd9a7)
2001-09-20smbmount fixes from Urban.Jeremy Allison1-3/+10
Jeremy. (This used to be commit 73ec9392396af6183bdf43b9f8ac0a6a0359a074)
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-2/+8
DEBUG(). Also included are details like build date/time, location and compiler. This should get most of the options we set, except those that don't affect smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD. This work due to Vance Lankhaar <vlankhaar@hotmail.com> Some work needs to be done to make it only rebuild when needed (ie smbd being rebuilt) but its in pretty good shape already. Also fix up some printf() -> d_printf(). Andrew Bartlett (This used to be commit beff1d2beaf4337dba6bfc372c5e09a43cfd791a)
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)