eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

latest project source code obtained via svn (1/24/13) crashes on autogen.sh #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
svn checkout http://libkml.googlecode.com/svn/trunk/ libkml
cd libkml 
./autogen.sh -v

Platform is Linux
/usr/share/aclocal/libxosd.m4:9: warning: underquoted definition of 
AM_PATH_LIBXOSD
/usr/share/aclocal/libxosd.m4:9:   run info Automake 'Extending aclocal'
/usr/share/aclocal/libxosd.m4:9:   or see 
http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.ac:192: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:192: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Original issue reported on code.google.com by steven.k...@gmail.com on 24 Jan 2013 at 9:33

GoogleCodeExporter commented 8 years ago
When AM_CONFIG_HEADER is replaced with AC_CONFIG_HEADERS, another error occurs 
as seen in the attachment.

Original comment by steven.k...@gmail.com on 24 Jan 2013 at 9:45

Attachments:

GoogleCodeExporter commented 8 years ago
AM_PROG_AR added near top of configure.ac file seems to fix things.

Original comment by steven.k...@gmail.com on 24 Jan 2013 at 9:49

GoogleCodeExporter commented 8 years ago
Same as #186, and being addressed via a patch for #182. 

Original comment by fwarmerdam@gmail.com on 29 Jan 2013 at 10:19