Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#79 closed defect (fixed)

autoheader causes autoreconf to fail

Reported by: Bas Couwenberg Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: libgeotiff Version: 1.3.0
Keywords: Cc:

Description

Running autoreconf -f -i causes the build to fail:

libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoheader: warning: missing template: GEO_NORMALIZE_DISABLE_TOWGS84
autoheader: Use AC_DEFINE([GEO_NORMALIZE_DISABLE_TOWGS84], [], [Description])
autoheader: warning: missing template: HAVE_PROJECTS_H
autoreconf: /usr/bin/autoheader failed with exit status: 1

The generated buildsystem in 1.4.2RC1 also went backwards from automake 1.14.1 to 1.11.1, and the config.{guess,sub} timestamp from 2013-06-10 to 2009-06-10.

Change History (2)

comment:1 by Bas Couwenberg, 8 years ago

Resolution: fixed
Status: newclosed

The autogen.sh included in the 1.4.2RC2 is a good alternative to running

AUTOHEADER=true autoreconf -fi

Which was the workaround I was using the Debian package until now.

comment:2 by rouault, 8 years ago

Milestone: 1.4.2
Note: See TracTickets for help on using tickets.