So Alex Perry says:
> If it is a small patch (<200 lines), stick it on the list for the rest
> of us.

Cool, here it is. I also took the liberty of lining up some of the other
comment strings, so the "configure --help" output looks a little nicer.

Hope this isn't going to wrap in the transmission...

--- Cut Here ---

Index: configure.in
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/configure.in,v
retrieving revision 1.106
diff -r1.106 configure.in
89c89
< AC_ARG_WITH(simgear, [  --with-simgear=prefix        Specify the prefix path to 
simgear])
---
> AC_ARG_WITH(simgear, [  --with-simgear=prefix   Specify the prefix path to simgear])
133c133
< AC_ARG_WITH(new-environment, [  --with-new-environment      Include new experimental 
environment subsystem])
---
> AC_ARG_WITH(new-environment, [  --with-new-environment  Include new experimental 
>environment subsystem])
155a156,171
> # specify the plib location
> AC_ARG_WITH(plib, [  --with-plib=prefix      Specify the prefix path to plib])
> 
> if test "x$with_plib" != "x" ; then
>     echo "plib prefix is $with_plib"
>     EXTRA_DIRS="${EXTRA_DIRS} $with_plib"
> fi
> 
> # specify the metakit location
> AC_ARG_WITH(metakit, [  --with-metakit=prefix   Specify the prefix path to metakit])
> 
> if test "x$with_metakit" != "x" ; then
>     echo "metakit prefix is $with_plib"
>     EXTRA_DIRS="${EXTRA_DIRS} $with_metakit"
> fi
> 
161c177
<     EXTRA_DIRS="${SIMGEAR_DIR} /usr/local /usr/X11R6"
---
>     EXTRA_DIRS="${EXTRA_DIRS} ${SIMGEAR_DIR} /usr/local /usr/X11R6"
168c184
<         EXTRA_DIRS="${SIMGEAR_DIR} /usr/local"
---
>         EXTRA_DIRS="${EXTRA_DIRS} ${SIMGEAR_DIR} /usr/local"

--- Cut Here ---

> You also need to send the whole file(s) to Curt so he can
> inspect, bless and apply to the master tree.

Wilco.

> The latter is for
> permanency, the former lets the rest of us use the patch while the
> message is in Curt's inbox queue.

I'm guessing you guys will probably not benefit much from this, or it
would have been fixed a long time ago. Anyway, enjoy.

Groeten,                                - Jacco

--
Think about it:               | In Real Life: Jacco van Schaik
If the wheel had never been   | Mail me at:   [EMAIL PROTECTED]
reinvented, we'd still be     | Spam bait:    postmaster@localhost
driving on logs...            | See also http://www.frontier.nl/




_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to