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.flightgear.org])

I *think* that this is where @PACKAGE@ get's defined for the autoconf
system, and as you can see, it's still properly capitalized in our
configuration.  Perhaps the autotools are forcing everything to lower case?

If you add --fg-root= into your ~/.fgfsrc then it shouldn't matter ...

Regards,

Curt.


On Tue, Jan 4, 2011 at 5:42 PM, Ron Jensen wrote:

> I haven't pulled from git for a while.  I built last night and discovered
> the
> name of the data paths has changed from FlightGear to flightgear.  I assume
> this is unintentional?  Would someone give me a hint on how to change this
> back?
>
> Thanks
> Ron
>
> (old source Makefile)
> pkgdatadir = $(datadir)/FlightGear
> pkglibdir = $(libdir)/FlightGear
> pkgincludedir = $(includedir)/FlightGear
>
> (new source Makefile)
> pkgdatadir = $(datadir)/flightgear
> pkglibdir = $(libdir)/flightgear
> pkgincludedir = $(includedir)/flightgear
>
>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org -
http://www.flightgear.org/blogs/category/curt/<http://www.flightgear.org/blogs/category/personal/curt/>
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to