Hi, the configure scripts complains when it's used with a daily snapshot (or a svn tarball built with 'make dist'): checking for intltool >= 0.31... awk: cannot open ./intltool-update.in (No such file or directory) awk: cannot open ./intltool-update.in (No such file or directory) found intltool 0.34 is installed, and copying the file from /usr/share/intltool solves the issue, but I have an other error then: make[3]: entrant dans le r
This fixes building from a dist tarball. Index: Makefile.am =================================================================== --- Makefile.am (revision 21436) +++ Makefile.am (working copy) @@ -11,6 +11,10 @@ xfburn-toolbars.ui EXTRA_DIST = \ + $(apps_in_files) \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ $(ui_DATA) appsdir = $(datadir)/applications
JP may be it's related to your problem
patch committed