[PLUG] Adding Options to Configure on Command Line

Ken Stephens kens at cad2cam.com
Sat Jan 21 21:58:22 UTC 2012


Rich Shepard wrote:
>     For one application I have a 402 character file with configuration
> options. Is there a way to append it to ./configure on the command line?
> It's sometimes a PITA to copy it line-by-line and have bash honor the
> continuation character at the end of each line.
>
> Rich
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
>
>
Rich,

On the first line put ./configure \
With all you options below.
Then execute it with a tcsh or bash YMMV:  bash my_configure.sh.  I 
usually put this file in the src directory of the application I am 
compiling.

-- 
Ken Stephens SV Aventura Portland, OR



More information about the PLUG mailing list