X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=bootstrap;h=5ceac31825e6c3af4e8c7e42529a35aaad106180;hp=349cf1ca5bcd5915d01463ee44326ac8524a530c;hb=a0f85ba643990da25b6afe6a2bbd2407cf312c73;hpb=f5d52fa3c00e525cd5d86089b85f970a5c4e7c21 diff --git a/bootstrap b/bootstrap index 349cf1c..5ceac31 100755 --- a/bootstrap +++ b/bootstrap @@ -38,19 +38,6 @@ autopoint --force # (or worse out-of-date) macro directory. libtoolize --copy --install -# Create gettext configuration. -echo "$0: Creating po/Makevars from po/Makevars.template ..." -rm -f po/Makevars -sed ' - /^EXTRA_LOCALE_CATEGORIES *=/s/=.*/= '"$EXTRA_LOCALE_CATEGORIES"'/ - /^MSGID_BUGS_ADDRESS *=/s/=.*/= '"$MSGID_BUGS_ADDRESS"'/ - /^XGETTEXT_OPTIONS *=/{ - s/$/ \\/ - a\ - '"$XGETTEXT_OPTIONS"' $${end_of_xgettext_options+} - } -' po/Makevars.template >po/Makevars - gnulib_tool=$GNULIB_SRCDIR/gnulib-tool <$gnulib_tool || exit @@ -98,5 +85,9 @@ $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