summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/autogen.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-16 01:57:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:45 -0500
commit1f474c2692af8ba704a4071fe6e496cb43e19bae (patch)
tree65cfe9a075899f7ba50712aa9de31eb4fc125e36 /source4/lib/talloc/autogen.sh
parent1d0e2b9569be6f2e8a5495ead1f92c9855f0e7f9 (diff)
downloadsamba-1f474c2692af8ba704a4071fe6e496cb43e19bae.tar.gz
samba-1f474c2692af8ba704a4071fe6e496cb43e19bae.tar.bz2
samba-1f474c2692af8ba704a4071fe6e496cb43e19bae.zip
r6804: Add config.h for talloc (and use it)
(This used to be commit c2ce09d38003fd43212de9cd08e4a781cc2aff88)
Diffstat (limited to 'source4/lib/talloc/autogen.sh')
-rwxr-xr-xsource4/lib/talloc/autogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/autogen.sh b/source4/lib/talloc/autogen.sh
index 94148edf69..e118019a39 100755
--- a/source4/lib/talloc/autogen.sh
+++ b/source4/lib/talloc/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh
autoconf || exit 1
+autoheader || exit 1
echo "Now run ./configure and then make."
exit 0