summaryrefslogtreecommitdiffstats
path: root/source/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to dealGerald Carter2007-10-101-2/+2
| | | | with non-GNU implementations of tr in autogen.sh
* 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.
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-101-6/+8
| | | | metze
* r5270: fixing some bashism's in autogen.shGerald Carter2007-10-101-3/+3
|
* 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
* 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.
* r208: merge the version schema changes from 4_0Stefan Metzmacher2007-10-101-8/+8
| | | | metze
* metze's autogenerate patch for version.hGerald Carter2003-08-201-0/+5
|
* Merge of head(1) portability patch.Tim Potter2003-05-221-2/+2
|
* Janitorial duties to make autogen.sh portable.Richard Sharpe2003-04-111-4/+4
|
* better method of locating autoconf and autoheader; patch by Willi MannGerald Carter2003-04-041-16/+40
|
* autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2003-02-101-5/+22
| | | | findsmb - use @PERL@
* Add autogen.sh from distcc via mbp.Andrew Bartlett2003-02-041-0/+19
This to allow us to remove configure from CVS.