xml-i18n-tools and make distcheck



I just detected a problem when doing a make distcheck:

make[3]: Entering directory `/usr/local/src/gnome/bonobo-conf/bonobo-conf-0.2/=build/po'
XML_I18N_EXTRACT=../xml-i18n-extract ../xml-i18n-update --pot
Use of uninitialized value at ../xml-i18n-update line 478.
Use of uninitialized value at ../xml-i18n-update line 478.
can't open : No such file or directory at ../xml-i18n-update line 478.
make[3]: *** [../../po/bonobo-conf.pot] Error 2

The problem is in xml-i18n-update.in (line 458):

    if ($base_dirname eq "po") {
        if (-f "../configure.in") {
            $conf_in = "../configure.in";
        } else {
There is no ../configure.in file when we do a make distcheck, instead the file is located at
../../configure.in

Or is something else wrong with my setup?

- Dietmar



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]