skribilo-users
[Top][All Lists]
Advanced

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

[skribilo-users] Build from git wants a file po/Makefile.in.in


From: stefan-husmann
Subject: [skribilo-users] Build from git wants a file po/Makefile.in.in
Date: Tue, 24 Apr 2018 02:29:00 +0200

Hello,

I try to compile skribilo master and it fails:

config.status: error: cannot find input file: `po/Makefile.in.in'

Indeed there is no such file. Should it be autogenerated?

This is my build function:

build() {
  cd "${pkgname%-git}"
  touch ABOUT-NLS
  aclocal
  automake --add-missing
  autoconf
  ./configure --prefix=/usr --with-guilemoduledir=/usr/share/guile/site/2.2
  make
}

I hope you can show me the way to a correct build.

Best Regards
Stefan Husmann



reply via email to

[Prev in Thread] Current Thread [Next in Thread]