summaryrefslogtreecommitdiffstats
path: root/source3/configure
Commit message (Collapse)AuthorAgeFilesLines
* For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2002-12-271-735/+733
| | | | | were broken. This works for 4.3 and 4.6.2. (This used to be commit 91e2d21bd1401ca874c59f4d93f8b429c38b642d)
* Rerun configure.Tim Potter2002-12-051-770/+739
| | | | (This used to be commit 18afae7b7a3a81c184aec5304fd2adda752d3992)
* Make sure we have a default st_blocksize.Jeremy Allison2002-12-041-383/+389
| | | | | Jeremy. (This used to be commit 9cf56dc97733589d5591990b44c883c7c61d1ea2)
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-746/+783
| | | | | Jeremy. (This used to be commit 4a9c995e50b24e6ee6ec58c46da32100a8197724)
* Rerun autoconf.Tim Potter2002-12-031-18889/+8987
| | | | (This used to be commit aa496524ccef4dd882f7dfa890fab4cbea0cae64)
* Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett2002-12-011-8898/+18894
| | | | | Andrew Bartlett (This used to be commit 3f5608c7e0175184fa599176178d391d54087b3d)
* Rerun autoconf.Tim Potter2002-11-291-866/+872
| | | | (This used to be commit d9644ea3edb085c5eb72593cef8f167fce6464c9)
* merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter2002-11-271-20506/+9261
| | | | (This used to be commit 1cf0cfa1b7f00946c439b2b1a30ab3981df4a459)
* Regenerate with newer autoconfJelmer Vernooij2002-11-251-9260/+20500
| | | | (This used to be commit 9084002709a6f50d8d92a37e8181e4a7bf20c577)
* Rerun autoconf.Tim Potter2002-11-221-17738/+8862
| | | | (This used to be commit 7b982ad962dfaa140b4602e56aae772e01772a56)
* If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool2002-11-211-1612/+480
| | | | | the extensions are not built until you specifically "make python_ext". (This used to be commit 47c5c2209e3999b8f58204c978b30a9dd646497a)
* Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett2002-11-151-1/+65
| | | | | Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c)
* patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2002-11-151-472/+1615
| | | | | | | to build shared libs (but not with .po suffix). Andrew Bartlett (This used to be commit 2fd47d0c25bdf1d5351f79164c6cb35b83a9cc5f)
* Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2002-11-151-1611/+475
| | | | (This used to be commit 7b860414b11ec3b2ecb34c515536c598322f06ee)
* Rerun autoconfAndrew Bartlett2002-11-151-471/+1607
| | | | (This used to be commit 32684e133fa5d33d2478c0270af09a6fa9f0e57a)
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-131-0/+114
| | | | | | exist (e.g. in SuSE 8.1) (by metze) (This used to be commit 5f16343e0d7c8120a7a5786097b8920a5b7d047b)
* Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij2002-11-131-5/+8
| | | | | the libs they depend on are available (This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
* Don't build Makefile.in in examples/VFS/Jelmer Vernooij2002-11-131-1605/+468
| | | | (This used to be commit 98cb778cb7d48dd545b5dcf395567defd0198f86)
* Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2002-11-131-468/+1621
| | | | | rerun autoconf (This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b)
* Don't generate ../examples/pdb/{xml,mysql}/configureJelmer Vernooij2002-11-051-3/+1
| | | | (This used to be commit b0788c3e8e84bec13e2d2cbf733cd37e45c7afda)
* Rerun autoconfJelmer Vernooij2002-11-051-8611/+17906
| | | | (This used to be commit 53736430f8b57dbad80cce62c2472e935cdd4dd9)
* Rerun autoconf.Tim Potter2002-11-051-17330/+8612
| | | | (This used to be commit fd9aff634be7d6e59995cc44c6b08a7ae442747a)
* Rerun autoconfJelmer Vernooij2002-10-301-1/+2
| | | | (This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
* Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-211-219/+428
| | | | (This used to be commit dc4fcb71edc22f36cd1f6d78a211d09c418f3309)
* Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2002-10-211-8606/+17123
| | | | (This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
* Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-051-42/+43
| | | | | Jeremy. (This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
* Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett2002-10-031-840/+845
| | | | | | | | | | | | | | (quoting his mail) Ok, here's round two of splitting up the library dependencies. I think the first one's been steeping in CVS for long enough now. This splits off the "authentication" libs (libpam, libcrypt) into their own group. A modest gain, but you've gotta start somewhere. Steve Langasek postmodern programmer (This used to be commit a1c63d04b87375dc98dc78781eaf1812bfb1db2b)
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-41/+45
| | | | | Jeremy. (This used to be commit ef7bcaf1b7e1ca073b27a8836c6aa86e112b5bee)
* Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-301-14/+144
| | | | | | | <belanger@yahoo.com>. Jeremy. (This used to be commit 8db4d46dc983ce37814fb375d61951b6220a4c61)
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-271-830/+857
| | | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett (This used to be commit 36c2a3820faa1d90cd331881720be0e61ab93460)
* Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2002-09-251-4/+4
| | | | | | | didn't seem to work properly. Andrew Bartlett (This used to be commit c0925b6352ff6135da03edff44e0bbd72c949a20)
* * fix getpass checkGerald Carter2002-09-231-369/+371
| | | | | * merge in AIX fixes from SAMBA_2_2 (This used to be commit 50752f84f24b36332ec4f1ade92dc5a095ac077b)
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-376/+372
| | | | | Jeremy. (This used to be commit f4845b0213aec58e0f489eba5653aa7b3855610f)
* reran autoconfGerald Carter2002-09-201-371/+387
| | | | (This used to be commit 29be94110415c87c7030f0d2d87b612220397eae)
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-842/+982
| | | | | Jeremy. (This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
* Rerun configure.Tim Potter2002-09-171-862/+893
| | | | (This used to be commit c7d4bfde737c5aeda14b72e48197bb2a9a02bbd8)
* Rerun autoconf.Tim Potter2002-09-171-708/+718
| | | | (This used to be commit 041f47230b865294e657f47e6aba2fa83a15bf31)
* Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison2002-09-171-18/+79
| | | | | Jeremy. (This used to be commit 6425f169779ce65509b77cf6d5634de24894a965)
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-17/+25
| | | | | Jeremy. (This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
* Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison2002-09-171-819/+982
| | | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy. (This used to be commit c6ece53ac2a7a6115ca1160cf02247d7cc0bbb95)
* Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-091-2/+2
| | | | | | sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
* Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool2002-09-091-809/+828
| | | | | get linked for the appropriate version. (This used to be commit 2ea647bbfaba5a4ee7cb232ae1a21acbd2a9b5c6)
* Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2002-09-091-696/+699
| | | | | | makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory. (This used to be commit 87396c559b60780e6f0613170f78ce863f0b71fd)
* forgot to commit configure with configure.inSimo Sorce2002-09-081-2/+2
| | | | (This used to be commit db883ae1e659496696c17f2901634cada5e4aa13)
* Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett2002-09-061-2/+2
| | | | | the end of configure. (This used to be commit 6953db6a98432cfbb946dd2d3cbe64e7dee0b71d)
* Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett2002-09-061-725/+762
| | | | | syslog() since Paul Green's POSIX patch. (This used to be commit d3b29b0b2d2ffd5c050900ff8cae441b91f95526)
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-815/+844
| | | | | | | | | | might be ugly, etc - please don't blame me for anything but instead try to fix the code :-). Compiling of the new sam system can be enabled with the configure option --with-sam Removing passdb/passgrp.c as it's unused fix typo in utils/testparm.c (This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
* avoid using libtool for VFS modulesSimo Sorce2002-08-271-2/+5
| | | | | | change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
* Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett2002-08-251-806/+808
| | | | | | | | external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett (This used to be commit d0c0e9f427400c24f5cc38c67b7a927f9d937375)
* Test for non-POSIX st_blksize field.Jeremy Allison2002-08-231-118/+154
| | | | | Jeremy. (This used to be commit d406d08e3e1aa2266a472f98cff7dd0ff311a33c)