]> xenbits.xensource.com Git - libvirt.git/commit
build: ensure that MKINSTALLDIRS is AC_SUBST-defined
authorJim Meyering <meyering@redhat.com>
Wed, 24 Feb 2010 09:53:44 +0000 (10:53 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 25 Feb 2010 09:42:45 +0000 (10:42 +0100)
commit89bdf84bcd9c6032e379af1b74fee56a0cb24427
tree159600b3280b1bbb127dcfa00ae99138cbd2eb7a
parentc560fc4933f250c54fb57bdf0f8c2b9a043e141e
build: ensure that MKINSTALLDIRS is AC_SUBST-defined

since we're using gettext-0.14.1, which uses that now-obsolete
automake symbol.  Otherwise, make distcheck would fails like this:

    make[2]: Entering directory `/t/libvirt-0.7.6/_build/po'
    /bin/sh @MKINSTALLDIRS@ /t/libvirt-0.7.6/_inst/share
    /bin/sh: @MKINSTALLDIRS@: No such file or directory
    make[2]: *** [install-data-yes] Error 127

* configure.ac (MKINSTALLDIRS): Define.
For reference, we're currently hamstrung by our desire
to support RHEL5, which still uses gettext-0.14:
http://bugzilla.redhat.com/523713
.gnulib
configure.ac