centos7でconfigureの際に、required file `./config.rpath' not foundとか、Makefile.inが無いとか、その時

autoconfしても、configureがうまくなく、makeできないので困った・・・

で。

aclocal

autopoint

aclocal

autoconf

autoheader

libtoolize

automake

これで、何とかうまくいった。

 

それでもダメなら、

configure.ac中を見て、AM_INIT_AUTOMAKE([ ])の中に必要なバージョンが記載されているか確認し、

autoreconf --install