Re: generating pc files

2012-09-19 Thread Bastien ROUCARIES
On Wed, Sep 19, 2012 at 10:01 AM, Peter Johansson wrote: > On 09/19/2012 05:53 PM, Vincent Torri wrote: >> >> On Wed, Sep 19, 2012 at 9:46 AM, Russ Allbery wrote: >>> >>> Vincent Torri writes: >>> But it seems that several projects use sed in their Makefile.am to use the value of $libd

RFC: autoconf opengl macro

2012-11-24 Thread Bastien ROUCARIES
I am implemented a autoconf macro for detecting opengl. Please comment I plan to add to autoconf archive Bastien ax_check_gl.m4 Description: Binary data ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: RFC: autoconf opengl macro

2012-11-30 Thread Bastien ROUCARIES
On Sun, Nov 25, 2012 at 12:05 AM, Vincent Torri wrote: > On Sat, Nov 24, 2012 at 9:42 PM, Bastien ROUCARIES > wrote: >> I am implemented a autoconf macro for detecting opengl. >> >> Please comment > > afaics, there is no GL XCB support, only GL Xlib Yes but I plan

Re: Configure for non-gcc compiler

2013-04-19 Thread Bastien ROUCARIES
On Fri, Apr 19, 2013 at 11:36 AM, Miles Bader wrote: > Might it be easier to write simple shell script wrappers for these > weird compilers, which export a more conventional interface and > translate the arguments as necessary? > > Then you could specify the shell-scripts as CC when invoking the >