Intltool issue

Asked by Benjamin

Hi, just a quick question.

I am trying to install an app from a tarball. However, when I give the ./configure command, it says that the intltool scripts are not found. But they are in the directory. There are three of them, and they have file extension .in

Why is it getting stuck like this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin
Solved:
Last query:
Last reply:
Revision history for this message
BabyGeek (babygeek) said :
#1

Hi,
try: sudo apt-get install intltool

Revision history for this message
Ian Ace (iaculallad) said :
#2

You might need to install intltool first before proceeding with your compilation:

sudo apt-get install intltool

HTH.

Revision history for this message
Benjamin (skivvy51) said :
#3

Thanks! You guys rock!