summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-11-08 22:35:13 +0000
committerRichard Jones <rjones@redhat.com>2010-11-08 22:35:13 +0000
commite3acf93ce9e87ce308cf50a4f41408b25dd910e9 (patch)
treee01a0c360dbcd53af3068ea7eb91f7f5a7742884 /bootstrap
parent04df249d82ba3a24582bbbf1ad43b3c6ae2b1962 (diff)
downloadlibguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.tar.gz
libguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.tar.xz
libguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.zip
Revert "Remove ocaml/.depend from git."
This reverts commit 064569bcbf854a9cf588ce31851d987d5f114ec8. This commit does the wrong thing: creating an empty ocaml/.depend file is wrong because building the OCaml bindings will fail. Not having this file will prevent automake from running. Therefore this file has to exist with the correct content in git.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 5ceac318..c2507fc7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -85,9 +85,5 @@ $gnulib_tool \
--tests-base=gnulib/tests \
--import $modules
-# ocaml/.depend is updated automatically. However, as it's included by
-# ocaml/Makefile.am we need to bootstrap it here.
-touch ocaml/.depend
-
# Disable autopoint and libtoolize, since they were already done above.
AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install