bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.guess and HP NonStop


From: Bruno Haible
Subject: Re: config.guess and HP NonStop
Date: Sat, 2 Oct 2010 16:01:05 +0200
User-agent: KMail/1.9.9

> > diff -u ./build-aux/config.sub.orig ./build-aux/config.sub
> > --- ./build-aux/config.sub.orig 2009-06-15 04:05:11.000000000 -0500
> > +++ ./build-aux/config.sub      2010-09-28 11:22:01.000000000 -0500
> > @@ -830,6 +830,12 @@
> >         np1)
> >                 basic_machine=np1-gould
> >                 ;;
> > +       neo-tandem)
> > +               basic_machine=neo-tandem
> > +               ;;
> > +       nse-tandem)
> > +               basic_machine=nse-tandem
> > +               ;;
> >         nsr-tandem)
> >                 basic_machine=nsr-tandem
> >                 ;;
> > 
> 
> Your patches have been integrated and copied into gnulib on 2010-09-25.

But gnulib-tool --create-testdir uses the one from Automake, not the newest one
from gnulib. Let me fix this:


2010-10-02  Bruno Haible  <address@hidden>

        gnulib-tool: In testdirs, use the newest available config.{guess.sub}.
        * gnulib-tool (func_create_testdir): Use config.guess and config.sub
        from gnulib, not from Automake.

--- gnulib-tool.orig    Sat Oct  2 16:00:14 2010
+++ gnulib-tool Sat Oct  2 15:56:43 2010
@@ -4951,6 +4951,11 @@
     echo "File list:"
     echo "$files" | sed -e 's/^/  /'
   fi
+  # Add files for which the copy in gnulib is newer than the one that
+  # "automake --add-missing --copy" would provide.
+  files="$files build-aux/config.guess"
+  files="$files build-aux/config.sub"
+  files=`for f in $files; do echo $f; done | LC_ALL=C sort -u`
 
   rewritten='%REWRITTEN%'
   sed_rewrite_files="\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]