diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-04-26 03:42:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:18 -0500 |
commit | 26a625e85738b37e5323c4612916ccce89ebb0fa (patch) | |
tree | 6076d17e732c94fcac73bfc4aad7d3c35a08ae36 /source4/lib/talloc/autogen.sh | |
parent | acb6110d5ddfdf9c6301d12ae0cc2fe710618b04 (diff) | |
download | samba-26a625e85738b37e5323c4612916ccce89ebb0fa.tar.gz samba-26a625e85738b37e5323c4612916ccce89ebb0fa.tar.bz2 samba-26a625e85738b37e5323c4612916ccce89ebb0fa.zip |
r6477: Remove call to autoheader as autogenerated header files are not used
by talloc
(This used to be commit 5ca8a852067c34fed86f70be7f157714ecdd5501)
Diffstat (limited to 'source4/lib/talloc/autogen.sh')
-rwxr-xr-x | source4/lib/talloc/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/autogen.sh b/source4/lib/talloc/autogen.sh index cdd7fd2e04..94148edf69 100755 --- a/source4/lib/talloc/autogen.sh +++ b/source4/lib/talloc/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -(autoheader && autoconf) || exit 1 +autoconf || exit 1 echo "Now run ./configure and then make." exit 0 |