config.sub does not recognize newer NonStop systems. Patch: config.sub does not recognize newer NonStop systems diff -u ./source3/config.sub.orig ./source3/config.sub --- ./source3/config.sub.orig 2010-05-17 06:51:23.000000000 -0500 +++ ./source3/config.sub 2010-05-26 06:41:54.000000000 -0500 @@ -823,6 +823,9 @@ np1) basic_machine=np1-gould ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; diff -u ./source4/config.sub.orig ./source4/config.sub --- ./source4/config.sub.orig 2010-05-17 06:51:23.000000000 -0500 +++ ./source4/config.sub 2010-05-27 06:06:21.000000000 -0500 @@ -823,6 +823,9 @@ np1) basic_machine=np1-gould ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; Bye, Jojo
Just found a couple more config.sub that may need this patch too: .../examples/VFS/config.sub .../lib/replace/config.sub .../lib/talloc/config.sub .../lib/tdb/config.sub .../lib/tevent/config.sub .../source3/lib/ldb/config.sub .../source4/lib/ldb/config.sub Bye, Jojo
This bug might need to get forwared to config-patches@gnu.org
It has been reported to config-patches@gnu.org and has been accepted by them.
This is is still valid in master