Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: halma on August 24, 2014, 07:02:24 AM

Title: autom4te: /usr/local/bin/m4 failed with exit status: 1
Post by: halma on August 24, 2014, 07:02:24 AM
hi

i am trying to get lcd4linux under the latest TC/x64 running but while configure, inside the lcd4linux directory, i get this:

Code: [Select]
$ ./build-dpf-lcd4linux.sh ../src/dpflib
./bootstrap:> aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:34: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/local/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.in:34: the top level
autom4te: /usr/local/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
checking for a BSD-compatible install... /usr/bin/install -c

the "ext" m4 is installed under
tc@box:/mnt/sda1$ which m4
/usr/local/bin/m4

any hints ?
thanks
best regards
Title: Re: autom4te: /usr/local/bin/m4 failed with exit status: 1
Post by: halma on August 24, 2014, 07:20:50 AM
i changed the configure.in to configure.ac and inside the configure.ac i also changed as the error msg shows: AM_* to AC_*.
now it complains:
Code: [Select]
aclocal: proceeding with 'configure.ac'
aclocal: error: couldn't open directory 'm4': No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c

any hints would be nice :)
thanks
best regards
Title: Re: autom4te: /usr/local/bin/m4 failed with exit status: 1
Post by: halma on August 24, 2014, 07:28:08 AM
and also create an "m4" directory inside the lcd4linux src dir ..

best regards