Adding the next two lines
dnl Next line is to retain backward compatibility for PACKAGE variable
AC_SUBST([PACKAGE],[$PACKAGE_NAME])
after
AM_INIT_AUTOMAKE([dist-bzip2])
will give back FlightGear in Makefile and other places. I cannot safely
say that there won't be any side effects. It may be
On 8 Jan 2011, at 19:46, Jari Häkkinen wrote:
> The "problem" was introduced in November 2010 in commit
> http://gitorious.org/fg/flightgear/commit/a6458c2ed64757b1f416b0035df142d29359239e
>
> The change of line 17 triggers the change of string 'FlightGear' to
> 'flightgear' in the Makefile. H
The "problem" was introduced in November 2010 in commit
http://gitorious.org/fg/flightgear/commit/a6458c2ed64757b1f416b0035df142d29359239e
The change of line 17 triggers the change of string 'FlightGear' to
'flightgear' in the Makefile. However, the change of AM_INIT_AUTOMAKE is
preferred since
I'm not seeing where PACKAGE is explicitly set anywhere in configure.ac or
Makefile.am
This might not be a change we made, but perhaps a change in the underlying
autotools software defaults?
In configure.ac we have:
AC_INIT(FlightGear, m4_esyscmd([cat ./version | tr -d '\n']), [
http://www.fligh
4 matches
Mail list logo