diff options
author | James Peach <jpeach@samba.org> | 2007-04-22 03:17:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:34 -0500 |
commit | 821bf2bd7278da4e71fcdcfc03348a712cd0fc90 (patch) | |
tree | c1478a5a9dea7e473b0c00ec7b53543be963b045 /source3/autogen.sh | |
parent | d27d6e822ecd90ebddf59121c2051b693b6b0f90 (diff) | |
download | samba-821bf2bd7278da4e71fcdcfc03348a712cd0fc90.tar.gz samba-821bf2bd7278da4e71fcdcfc03348a712cd0fc90.tar.xz samba-821bf2bd7278da4e71fcdcfc03348a712cd0fc90.zip |
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.
(This used to be commit aa14900f8291a017aa7fab2bbb9a6c79b12889b2)
Diffstat (limited to 'source3/autogen.sh')
-rwxr-xr-x | source3/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/autogen.sh b/source3/autogen.sh index 4d3488c9a48..3a58b29f60c 100755 --- a/source3/autogen.sh +++ b/source3/autogen.sh @@ -53,7 +53,7 @@ echo "$0: running script/mkversion.sh" rm -rf autom4te*.cache rm -f configure include/config.h* -IPATHS="-I. -Ilib/replace" +IPATHS="-Im4 -Ilib/replace" echo "$0: running $AUTOHEADER $IPATHS" $AUTOHEADER $IPATHS || exit 1 |