summaryrefslogtreecommitdiff
path: root/source3/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Tell newbie devs about ./configure.developerRusty Russell2009-09-061-1/+1
| | | | | | Enhances the outputs in autogen.sh for both s3 and s4. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* Allow using external libtalloc.Jelmer Vernooij2009-03-141-1/+1
|
* The Tru64 shell doesn't like (*) in a case statementVolker Lendecke2009-01-011-2/+2
|
* Add support for autogen to take a --version-file argumentTim Prouty2008-10-091-1/+13
|
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
|
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-1/+1
|
* Use new Samba 4 source location.Jelmer Vernooij2008-09-151-1/+1
|
* Import merged build patch.Jelmer Vernooij2008-09-151-1/+1
|
* Remove references to SVN.Karolin Seeger2008-06-171-3/+3
| | | | | Karolin (This used to be commit 9d69a809e370f98057e514a3c755b0b86ee5f610)
* r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to dealGerald Carter2007-10-101-2/+2
| | | | | with non-GNU implementations of tr in autogen.sh (This used to be commit ccc466c56a93906ef5dfa1079796b1a8a44b43c0)
* r22441: Add automatic dependency tracking. The dependency generation isJames Peach2007-10-101-1/+1
| | | | | | | | | | | | toolchain independent, but since there's no portable method for doing makefile includes, we can actually use the dependencies with GNU make. It's easy to add this for other makes, but I don't have any to test. This also moves as much m4 as possible into the m4 directory where no-one has to look at it. AFAICT, there's no way to hide depcomp in there too, which is unfortunate. (This used to be commit aa14900f8291a017aa7fab2bbb9a6c79b12889b2)
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-101-6/+8
| | | | | metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
* r5270: fixing some bashism's in autogen.shGerald Carter2007-10-101-3/+3
| | | | (This used to be commit c8b79cd78cff6f5f784d16e6c3168c9ac2c1cf1a)
* r4573: merge -r 4572 from SAMBA_4_0:Stefan Metzmacher2007-10-101-0/+1
| | | | | | | | | | | remove configure and include/config.h* before running autoheader && autoconf this fixes bug where configure didn't get correctly updated (I assume autoconf uses some caching...) metze (This used to be commit 40d7d419dd0067e11c10c7c532c3ec0de5d7cfeb)
* r2567: Patches from Lars Mueller <lmuelle at suse dot de>:Gerald Carter2007-10-101-2/+2
| | | | | | | | | | trivial fix for autoconf and autoheader versions with a letter in the version string. This happens in our current beta named distribution tree. trivial patch to fix the build with the upcoming libtool version. It will be mandatory to use --mode while using libtool. (This used to be commit 80d591f8cc62d513eb99112e6533b93ee901d27d)
* r208: merge the version schema changes from 4_0Stefan Metzmacher2007-10-101-8/+8
| | | | | metze (This used to be commit 4d9d8e83aa367fe17a74b81d4417cc2cfbdf200e)
* metze's autogenerate patch for version.hGerald Carter2003-08-201-0/+5
| | | | (This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
* Merge of head(1) portability patch.Tim Potter2003-05-221-2/+2
| | | | (This used to be commit 9192921c115b881d687f28d016c478192ab4d4ae)
* Janitorial duties to make autogen.sh portable.Richard Sharpe2003-04-111-4/+4
| | | | (This used to be commit c1559003fe0d62539633235c3f7c3e6a1427fda4)
* better method of locating autoconf and autoheader; patch by Willi MannGerald Carter2003-04-041-16/+40
| | | | (This used to be commit 521ab105b2fb240c6e97b3e3d50a9e1590d14931)
* autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2003-02-101-5/+22
| | | | | findsmb - use @PERL@ (This used to be commit f869db787b555dc99e30d82493666c8a388f8f81)
* Add autogen.sh from distcc via mbp.Andrew Bartlett2003-02-041-0/+19
This to allow us to remove configure from CVS. (This used to be commit 9e8e352e102b75489b4540d701ce2c67c0f3cf31)