Opened 13 years ago

Closed 13 years ago

#4052 closed defect (fixed)

AC_LIB_PREPARE_PREFIX required by iconv.m4

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords:
Cc: dron

Description

When I run autoconf on gdal-svn I get:

warmerda@gdal65[89]% autoconf
configure.in:390: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd
m4/iconv.m4:14: AM_ICONV_LINKFLAGS_BODY is expanded from...
m4/iconv.m4:25: AM_ICONV_LINK is expanded from...
m4/iconv.m4:235: AM_ICONV is expanded from...
configure.in:390: the top level
configure.in:390: warning: AC_LIB_RPATH is m4_require'd but not m4_defun'd
m4/iconv.m4:14: AM_ICONV_LINKFLAGS_BODY is expanded from...
m4/iconv.m4:25: AM_ICONV_LINK is expanded from...
m4/iconv.m4:235: AM_ICONV is expanded from...
configure.in:390: the top level

Attempting to run the resulting configure runs into lots of problems with undefined stuff.

Change History (2)

comment:1 by warmerdam, 13 years ago

Status: newassigned

I have pulled three new m4 packages in to satisfy the above macros. Grr. (r22257).

I don't see how it works for anyone else!

comment:2 by warmerdam, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.