! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
intltool issue during ./configure
Status:
CLOSED: FIXED

Comments

Description Gauvain Pocentek 2006-04-20 09:58:07 CEST
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
Comment 1 Jani Monoses 2006-05-02 11:29:18 CEST
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
Comment 2 Jean-François Wauthy editbugs 2006-05-02 11:35:38 CEST
JP may be it's related to your problem
Comment 3 Jean-François Wauthy editbugs 2006-05-02 11:39:32 CEST
patch committed

Bug #1695

Reported by:
Gauvain Pocentek
Reported on: 2006-04-20
Last modified on: 2006-10-29

People

Assignee:
Jean-François Wauthy
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information