WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: autom4te: /usr/local/bin/m4 failed with exit status: 1  (Read 8668 times)

Offline halma

  • Full Member
  • ***
  • Posts: 164
autom4te: /usr/local/bin/m4 failed with exit status: 1
« on: August 24, 2014, 04: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
« Last Edit: August 24, 2014, 04:05:27 AM by halma »
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: autom4te: /usr/local/bin/m4 failed with exit status: 1
« Reply #1 on: August 24, 2014, 04: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
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline halma

  • Full Member
  • ***
  • Posts: 164
Re: autom4te: /usr/local/bin/m4 failed with exit status: 1
« Reply #2 on: August 24, 2014, 04:28:08 AM »
and also create an "m4" directory inside the lcd4linux src dir ..

best regards
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol