mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
64c7042a1c
commit
4f0845efc8
2 changed files with 5 additions and 5 deletions
8
configure
vendored
8
configure
vendored
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
# 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.
|
||||
#
|
||||
# This configure script is free software; the Free Software Foundation
|
||||
|
@ -333,7 +333,7 @@ EOF
|
|||
verbose=yes ;;
|
||||
|
||||
-version | --version | --versio | --versi | --vers)
|
||||
echo "configure generated by autoconf version 2.12.2"
|
||||
echo "configure generated by autoconf version 2.13"
|
||||
exit 0 ;;
|
||||
|
||||
-with-* | --with-*)
|
||||
|
@ -1669,7 +1669,7 @@ else
|
|||
# 128-bit ints not supported - but we need a dummy type for byte-swapping
|
||||
# of 128-bit values arriving from another system.
|
||||
GS_SINT128="struct { gsu8 a16; }"
|
||||
GS_SINT128="struct { gsu8 a16; }"
|
||||
GS_UINT128="struct { gsu8 a16; }"
|
||||
GS_HAVE_I128=0
|
||||
fi
|
||||
fi
|
||||
|
@ -3637,7 +3637,7 @@ do
|
|||
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 ;;
|
||||
-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 ;;
|
||||
-help | --help | --hel | --he | --h)
|
||||
echo "\$ac_cs_usage"; exit 0 ;;
|
||||
|
|
|
@ -289,7 +289,7 @@ else
|
|||
# 128-bit ints not supported - but we need a dummy type for byte-swapping
|
||||
# of 128-bit values arriving from another system.
|
||||
GS_SINT128="struct { gsu8 a[16]; }"
|
||||
GS_SINT128="struct { gsu8 a[16]; }"
|
||||
GS_UINT128="struct { gsu8 a[16]; }"
|
||||
GS_HAVE_I128=0
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue