diff options
author | Richard Jones <rjones@redhat.com> | 2010-11-08 22:35:13 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-11-08 22:35:13 +0000 |
commit | e3acf93ce9e87ce308cf50a4f41408b25dd910e9 (patch) | |
tree | e01a0c360dbcd53af3068ea7eb91f7f5a7742884 /bootstrap | |
parent | 04df249d82ba3a24582bbbf1ad43b3c6ae2b1962 (diff) | |
download | libguestfs-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-x | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |