901. [bug] More Unixware config.guess related changes.

This commit is contained in:
Mark Andrews 2001-06-14 04:52:39 +00:00
parent 112d9875bf
commit ef8d97818f
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
901. [bug] More Unixware config.guess related changes.
900. [bug] A config.guess update changed the system identification
string of FreeBSD systems; configure now recognizes
the new string.

View file

@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: ifconfig.sh,v 1.31 2001/06/12 03:34:01 ogud Exp $
# $Id: ifconfig.sh,v 1.32 2001/06/14 04:52:39 marka Exp $
#
# Set up interface aliases for bind9 system tests.
@ -53,7 +53,7 @@ case "$1" in
*-unknown-freebsd[45].*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;;
*-UnixWare7*)
*-*-sysv5uw7*)
ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
;;
*-unknown-netbsd*)
@ -113,7 +113,7 @@ case "$1" in
*-sgi-irix6.*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*-UnixWare7*)
*-*-sysv5uw7*)
ifconfig lo0 -alias 10.53.0.$ns
;;
*-ibm-aix4.*)