ICU-7279 configure is a generated file. fix in configure.in

X-SVN-Rev: 27167
This commit is contained in:
Steven R. Loomis 2010-01-07 22:39:22 +00:00
parent 40d487395b
commit ae3b14e1fc
2 changed files with 3 additions and 3 deletions

View file

@ -1561,7 +1561,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Copyright (c) 1999-2009, International Business Machines Corporation and others. All Rights Reserved.
Copyright (c) 1999-2010, International Business Machines Corporation and others. All Rights Reserved.
_ACEOF
exit
fi

View file

@ -1,4 +1,4 @@
# -*-autoconf-*-
# -*-autoconf-*-
AC_COPYRIGHT([ Copyright (c) 1999-2010, International Business Machines Corporation and others. All Rights Reserved. ])
# configure.in for ICU
# Stephen F. Booth, heavily modified by Yves and others
@ -229,7 +229,7 @@ AC_MSG_CHECKING([whether to enable draft APIs])
enabled=yes
U_DEFAULT_SHOW_DRAFT=1
AC_ARG_ENABLE(draft,
[ --enable-draft enable draft APIs [default=yes]],
[ --enable-draft enable draft APIs (and internal APIs) [default=yes]],
[ case "${enableval}" in
no) enabled=no; U_DEFAULT_SHOW_DRAFT=0 ;;
*) ;;