# HG changeset patch # User Richard M. Stallman # Date 846557586 0 # Node ID 956b9264bbc7bd9b0447dc763df5a01e551fd0db # Parent 52eaaf1cc0e3034a82838c62e991cc9a211cc08e (hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1. diff -r 52eaaf1cc0e3 -r 956b9264bbc7 configure.in --- a/configure.in Mon Oct 28 11:55:29 1996 +0000 +++ b/configure.in Tue Oct 29 02:53:06 1996 +0000 @@ -435,7 +435,7 @@ *) machine=hp800 opsys=hpux ;; esac ;; - hppa-*-nextstep* ) + hppa*-*-nextstep* ) machine=hp800 opsys=nextstep ;;