Opened 17 years ago

Last modified 15 years ago

#131 closed defect (fixed)

Wrong autoconf invocation order in autogen.sh

Reported by: dron@… Owned by: strk@…
Priority: major Milestone:
Component: Build/Install Version: main
Severity: Content Keywords: imported, phpbugtracker
Cc: mloskot

Description

There is wrong invocation order of autoconf components in autogen.sh script. 'autoheader' should be called after 'aclocal'. See the link below for explanation:

http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_6.html#SEC6

To reproduce the bug do

$ rm aclocal.m4
$ ./autogen.sh

...and you will get the error message:

autoheader: error: AC_CONFIG_HEADERS not found in configure.in

Change History (4)

comment:1 by strk@…, 17 years ago

Resolution: nonefixed
fixed in head, thanks.

comment:2 by mloskot, 16 years ago

Component: Build scriptsBuild/Install
Milestone: imported3.0.0
Priority: 1major
Severity: AnnoyanceContent
Version: 3.0.0svn-trunk

comment:3 by mloskot, 16 years ago

Cc: mloskot added

comment:4 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.