← Back to team overview

xpad-hackers team mailing list archive

Re: [Question #160246]: Missing po/Makefile.in.in

 

Question #160246 on Xpad changed:
https://answers.launchpad.net/xpad/+question/160246

    Status: Open => Answered

Sergei Riaguzov proposed the following answer:
There's a whole lot of stuff on google on that, e.g.:

I figured it out! You have to run intltoolize before ./configure. So the sequence of commands goes like this:
./autogen.sh
intltoolize
./configure
make
sudo make install

(c)
http://ubuntuforums.org/showthread.php?t=1423223

Maybe you have to install intltoolize? In BSD it's in package:

bash-4.2$ port search intltool
intltool @0.40.6 (textproc, gnome)
    a string tool

Or there's something here:

http://lists.freedesktop.org/archives/compiz/2007-March/001716.html

and so on:
http://www.google.com/#sclient=psy&hl=en&source=hp&q=config.status:+error%3A+cannot+find+input+file%3A+%60po%2FMakefile.in.in%27&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=942a00f1e606939&biw=1222&bih=846

-- 
You received this question notification because you are a member of Xpad
Developers, which is an answer contact for Xpad.