google / farmhash

Automatically exported from code.google.com/p/farmhash
MIT License
626 stars 99 forks source link

Build system not working for automake-1.15 #11

Closed cdluminate closed 7 years ago

cdluminate commented 7 years ago

Debian Sid now ships automake-1.15.

./configure works for me, however the subsequent make all failed.

$ make
 cd . && automake-1.14 --foreign
/bin/bash: line 4: automake-1.14: command not found
Makefile:378: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

$ apt list automake\* -a
Listing... Done
automake/unstable,now 1:1.15-5 all [installed,automatic]

automake1.11/unstable,now 1:1.11.6-4 all [installed]
cdluminate commented 7 years ago

Well, I fixed this with autoreconf.

cdluminate commented 7 years ago

Just to notify, Debian packaging of farmhash is available here:

https://github.com/CDLuminate/debian-farmhash

I think the package will enter Debian/experimental soon.