X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure;h=1210d8bf437a3957d8b2467a17a18a8a548231fd;hb=54a0ffce86e436416ab1a7fa14562fe8a69eeddf;hp=663c87df8c01ca4dd9fc7b3ce1df2c77e13bfc95;hpb=692cb42a07a0da9a2c4ec97a774b5ecc7dada843;p=platform%2Fupstream%2Ffribidi.git diff --git a/configure b/configure index 663c87d..1210d8b 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GNU FriBidi 1.0.2. +# Generated by GNU Autoconf 2.69 for GNU FriBidi 1.0.5. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU FriBidi' PACKAGE_TARNAME='fribidi' -PACKAGE_VERSION='1.0.2' -PACKAGE_STRING='GNU FriBidi 1.0.2' +PACKAGE_VERSION='1.0.5' +PACKAGE_STRING='GNU FriBidi 1.0.5' PACKAGE_BUGREPORT='https://github.com/fribidi/fribidi/issues/new' PACKAGE_URL='http://fribidi.org/' @@ -636,9 +636,6 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -FRIBIDI_ENABLE_DOC_FALSE -FRIBIDI_ENABLE_DOC_TRUE -C2MAN LDFLAGS_FOR_BUILD CPPFLAGS_FOR_BUILD CFLAGS_FOR_BUILD @@ -793,7 +790,6 @@ with_sysroot enable_libtool_lock enable_debug enable_deprecated -enable_docs ' ac_precious_vars='build_alias host_alias @@ -1348,7 +1344,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU FriBidi 1.0.2 to adapt to many kinds of systems. +\`configure' configures GNU FriBidi 1.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1418,7 +1414,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU FriBidi 1.0.2:";; + short | recursive ) echo "Configuration of GNU FriBidi 1.0.5:";; esac cat <<\_ACEOF @@ -1439,7 +1435,6 @@ Optional Features: --disable-libtool-lock avoid locking (might break parallel builds) --enable-debug turn on debugging [default=no] --disable-deprecated do not build deprecated functionality - --disable-docs disable building documentation Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -1538,7 +1533,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU FriBidi configure 1.0.2 +GNU FriBidi configure 1.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2090,7 +2085,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU FriBidi $as_me 1.0.2, which was +It was created by GNU FriBidi $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2959,7 +2954,7 @@ fi # Define the identity of the package. PACKAGE='fribidi' - VERSION='1.0.2' + VERSION='1.0.5' # Some tools Automake needs. @@ -12370,8 +12365,8 @@ CC=$lt_save_CC FRIBIDI_MAJOR_VERSION=1 FRIBIDI_MINOR_VERSION=0 -FRIBIDI_MICRO_VERSION=2 -FRIBIDI_VERSION=1.0.2 +FRIBIDI_MICRO_VERSION=5 +FRIBIDI_VERSION=1.0.5 FRIBIDI_INTERFACE_VERSION=4 FRIBIDI_INTERFACE_AGE=0 FRIBIDI_BINARY_AGE=4 @@ -14609,70 +14604,6 @@ $as_echo "#define FRIBIDI_NO_DEPRECATED 1" >>confdefs.h fi -# --disable-docs -# Check whether --enable-docs was given. -if test "${enable_docs+set}" = set; then : - enableval=$enable_docs; -else - enable_docs=yes -fi - -if test x$enable_docs = xyes; then - for ac_prog in c2man -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_C2MAN+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$C2MAN"; then - ac_cv_prog_C2MAN="$C2MAN" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_C2MAN="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -C2MAN=$ac_cv_prog_C2MAN -if test -n "$C2MAN"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $C2MAN" >&5 -$as_echo "$C2MAN" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$C2MAN" && break -done - - if test -z "$C2MAN"; then - as_fn_error $? "c2man is required to build documentation" "$LINENO" 5 - fi -fi - if test -n "$C2MAN"; then - FRIBIDI_ENABLE_DOC_TRUE= - FRIBIDI_ENABLE_DOC_FALSE='#' -else - FRIBIDI_ENABLE_DOC_TRUE='#' - FRIBIDI_ENABLE_DOC_FALSE= -fi - - # Generate output ac_config_files="$ac_config_files fribidi.pc lib/fribidi-config.h Makefile gen.tab/Makefile lib/Makefile bin/Makefile doc/Makefile test/Makefile test/unicode-conformance/Makefile" @@ -14825,10 +14756,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${FRIBIDI_ENABLE_DOC_TRUE}" && test -z "${FRIBIDI_ENABLE_DOC_FALSE}"; then - as_fn_error $? "conditional \"FRIBIDI_ENABLE_DOC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 @@ -15226,7 +15153,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU FriBidi $as_me 1.0.2, which was +This file was extended by GNU FriBidi $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15294,7 +15221,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GNU FriBidi config.status 1.0.2 +GNU FriBidi config.status 1.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"