Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Mike Frysinger
On Tuesday 10 January 2012 16:10:29 Nick Bowler wrote: > On 2012-01-10 15:41 -0500, Mike Frysinger wrote: > > On Monday 09 January 2012 18:49:28 Eric Blake wrote: > > > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > > > > It creates the needed files, but exits with status 1. Is there anyway > > >

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Nick Bowler
On 2012-01-10 15:41 -0500, Mike Frysinger wrote: > On Monday 09 January 2012 18:49:28 Eric Blake wrote: > > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > > > It creates the needed files, but exits with status 1. Is there anyway > > > to generate config.sub without relying on Automake, > > > > U

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Mike Frysinger
On Monday 09 January 2012 18:49:28 Eric Blake wrote: > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > > It creates the needed files, but exits with status 1. Is there anyway > > to generate config.sub without relying on Automake, > > Use 'cp'. That's all the more automake was doing when it outp

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Mike Frysinger
On Tuesday 10 January 2012 15:35:58 Roger Pau Monné wrote: > 2012/1/10 Mike Frysinger: > > On Tuesday 10 January 2012 03:38:03 Roger Pau Monné wrote: > >> 2012/1/10 Eric Blake: > >> > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > >> >> AC_CANONICAL_HOST > >> > > >> > As documented in > >> > htt

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Roger Pau Monné
2012/1/10 Mike Frysinger : > On Tuesday 10 January 2012 03:38:03 Roger Pau Monné wrote: >> 2012/1/10 Eric Blake: >> > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: >> >> AC_CANONICAL_HOST >> > >> > As documented in >> > https://www.gnu.org/software/autoconf/manual/autoconf.html#Canonicalizing >> >

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Mike Frysinger
On Tuesday 10 January 2012 03:38:03 Roger Pau Monné wrote: > 2012/1/10 Eric Blake: > > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > >> AC_CANONICAL_HOST > > > > As documented in > > https://www.gnu.org/software/autoconf/manual/autoconf.html#Canonicalizing > > , if you use AC_CANONICAL_*, then

Re: Run automake to create config.sub without any Makefile.am

2012-01-10 Thread Roger Pau Monné
2012/1/10 Eric Blake : > On 01/09/2012 03:46 PM, Roger Pau Monné wrote: >> Hello! >> >> I'm a new user of the GNU Autotools build system, and I need some help >> from more experienced Autoconf fellows. I'm trying to create an >> Autoconf script that generates a config.h and Config.mk to include to

Re: Run automake to create config.sub without any Makefile.am

2012-01-09 Thread Eric Blake
On 01/09/2012 03:46 PM, Roger Pau Monné wrote: > Hello! > > I'm a new user of the GNU Autotools build system, and I need some help > from more experienced Autoconf fellows. I'm trying to create an > Autoconf script that generates a config.h and Config.mk to include to > my sources and Makefiles re

Run automake to create config.sub without any Makefile.am

2012-01-09 Thread Roger Pau Monné
Hello! I'm a new user of the GNU Autotools build system, and I need some help from more experienced Autoconf fellows. I'm trying to create an Autoconf script that generates a config.h and Config.mk to include to my sources and Makefiles respectively, but I'm having some trouble when trying to use