On Wed, Feb 23, 2011 at 04:44:31PM +0100, [email protected] wrote: > From: Daniel Kriesten <[email protected]> > > Signed-off-by: Daniel Kriesten <[email protected]> > --- > patches/gpsd-2.39/autogen.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/patches/gpsd-2.39/autogen.sh b/patches/gpsd-2.39/autogen.sh > index f2a0d7c..1e5af6e 100755 > --- a/patches/gpsd-2.39/autogen.sh > +++ b/patches/gpsd-2.39/autogen.sh > @@ -1,4 +1,4 @@ > #!/bin/sh > > -./autogen.sh --help > +./autogen.sh
Why? The "--help" is passed to "./configure". Having "--help" here is a hack to avoid running ./configure during autogen.sh. Michael > > -- > 1.7.3.4 > > > -- > ptxdist mailing list > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
