Re: The recent git update of sawfish 1.5 broke



Christopher Roy Bratusek wrote:
Am Freitag, den 08.05.2009, 00:08 +1000 schrieb Allan Duncan:
I have been able to create an x64 rpm with a git as at April 28 after
tweaking the sawfish.spec, but the current 1.5.0 breaks due to a change
relating to po/Makefile in configure.in  There are file missing messages
about po/Makefile.in.in, and this spurious .in appears in several spots.
It appears that po/Makefile.in is now _supposed_ to be created on the fly.


if you run autogen.sh (more precisly: intltoolize --copy --force)
po/Makefile.in.in is beeing created, configure then creates
po/Makefile.in po/Makefile.

I do, as a script of:
    aclocal
    autoconf
    libtoolize --force  (links are fine as the build is on the destination host)
    automake --add-missing
    ./configure

Maybe I should try autogen.sh instead.


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