qnikst / kbdd

keyboard library for per-window keyboard layout
GNU General Public License v2.0
146 stars 16 forks source link

Can't make kbdd-git PKGBUILD: automake error #17

Closed petRUShka closed 11 years ago

petRUShka commented 12 years ago

I'm trying to create kbdd-git package for ArchLinux AUR (i want to use fresh version of kbdd). I catch an error when configuring

$ automake --add-missing ;
configure.ac:6: error: required file 'config.h.in' not found

And automake returns error exit status and hence makepkg breaks building process.

qnikst commented 12 years ago

oh sorry, I'll fix it.

qnikst commented 12 years ago

uploaded new version that should fix that issue, sorry for long delay.

brkorb commented 11 years ago

For future reference, adding a solution would be useful, in this day of Googling. I'm not bumping into many hits on the key phrase that also has a solution. (I'm not repeating that phrase so others don't wind up here hoping for the answer.)

qnikst commented 11 years ago

Oh sorry, I'll add a point to concrete commit next time. The solution was makefile fixes and uploading new version.