Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3602 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-01-28 12:05:23 +00:00
parent 602696d45c
commit 521f515b8c
2 changed files with 5 additions and 5 deletions

8
configure vendored
View file

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12.2 # Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
# #
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
@ -333,7 +333,7 @@ EOF
verbose=yes ;; verbose=yes ;;
-version | --version | --versio | --versi | --vers) -version | --version | --versio | --versi | --vers)
echo "configure generated by autoconf version 2.12.2" echo "configure generated by autoconf version 2.13"
exit 0 ;; exit 0 ;;
-with-* | --with-*) -with-* | --with-*)
@ -1669,7 +1669,7 @@ else
# 128-bit ints not supported - but we need a dummy type for byte-swapping # 128-bit ints not supported - but we need a dummy type for byte-swapping
# of 128-bit values arriving from another system. # of 128-bit values arriving from another system.
GS_SINT128="struct { gsu8 a16; }" GS_SINT128="struct { gsu8 a16; }"
GS_SINT128="struct { gsu8 a16; }" GS_UINT128="struct { gsu8 a16; }"
GS_HAVE_I128=0 GS_HAVE_I128=0
fi fi
fi fi
@ -3637,7 +3637,7 @@ do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v) -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "$CONFIG_STATUS generated by autoconf version 2.12.2" echo "$CONFIG_STATUS generated by autoconf version 2.13"
exit 0 ;; exit 0 ;;
-help | --help | --hel | --he | --h) -help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;; echo "\$ac_cs_usage"; exit 0 ;;

View file

@ -289,7 +289,7 @@ else
# 128-bit ints not supported - but we need a dummy type for byte-swapping # 128-bit ints not supported - but we need a dummy type for byte-swapping
# of 128-bit values arriving from another system. # of 128-bit values arriving from another system.
GS_SINT128="struct { gsu8 a[16]; }" GS_SINT128="struct { gsu8 a[16]; }"
GS_SINT128="struct { gsu8 a[16]; }" GS_UINT128="struct { gsu8 a[16]; }"
GS_HAVE_I128=0 GS_HAVE_I128=0
fi fi
fi fi