fdkaac
fdkaac copied to clipboard
error: required file '../config.rpath' not found
error log
#12 249.6 Cloning into 'fdkaac'... #12 254.1 configure.ac:56: error: required file '../config.rpath' not found #12 254.2 autoreconf: automake failed with exit status: 1
my command git clone https://github.com/nu774/fdkaac.git cd fdkaac autoreconf -i ./configure make make install
how to fix?
I think you just need to create empty config.rpath like this:
$ touch config.rpath
This error is caused by AM_ICONV in configure.ac to check iconv(), which requires iconv.m4, which requires AC_LIB_RPATH, which requires config.rpath presence.