1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

13 Commits

Author SHA1 Message Date
Gerald Carter
ccc466c56a r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal
with non-GNU implementations of tr in autogen.sh
2007-10-10 12:23:11 -05:00
James Peach
aa14900f82 r22441: Add automatic dependency tracking. The dependency generation is
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.
2007-10-10 12:19:34 -05:00
Stefan Metzmacher
596cbe73dd r18644: bring in libreplace in lib/replace
metze
2007-10-10 11:52:03 -05:00
Gerald Carter
c8b79cd78c r5270: fixing some bashism's in autogen.sh 2007-10-10 10:55:35 -05:00
Stefan Metzmacher
40d7d419dd r4573: merge -r 4572 from SAMBA_4_0:
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
2007-10-10 10:53:47 -05:00
Gerald Carter
80d591f8cc r2567: Patches from Lars Mueller <lmuelle at suse dot de>:
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.
2007-10-10 10:52:46 -05:00
Stefan Metzmacher
4d9d8e83aa r208: merge the version schema changes from 4_0
metze
2007-10-10 10:51:14 -05:00
Gerald Carter
ae452e51b0 metze's autogenerate patch for version.h -
Tim Potter
9192921c11 Merge of head(1) portability patch. -
Richard Sharpe
c1559003fe Janitorial duties to make autogen.sh portable. -
Gerald Carter
521ab105b2 better method of locating autoconf and autoheader; patch by Willi Mann -
Gerald Carter
f869db787b autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@
-
Andrew Bartlett
9e8e352e10 Add autogen.sh from distcc via mbp.
This to allow us to remove configure from CVS.
-