From: Nathan F. <nf...@au...> - 2009-11-17 17:01:28
|
Updated configure script based on all of the changes made in the previous patches. Signed-off-by: Nathan Fontenot <nf...@au...> --- Index: powerpc-utils/configure =================================================================== --- powerpc-utils.orig/configure 2009-11-16 15:49:24.000000000 -0600 +++ powerpc-utils/configure 2009-11-16 15:51:55.000000000 -0600 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for powerpc-utils 1.2.0. +# Generated by GNU Autoconf 2.63 for powerpc-utils 1.2.1. # # Report bugs to <nf...@au...>. # @@ -596,8 +596,8 @@ # Identity of this package. PACKAGE_NAME='powerpc-utils' PACKAGE_TARNAME='powerpc-utils' -PACKAGE_VERSION='1.2.0' -PACKAGE_STRING='powerpc-utils 1.2.0' +PACKAGE_VERSION='1.2.1' +PACKAGE_STRING='powerpc-utils 1.2.1' PACKAGE_BUGREPORT='nf...@au...' ac_unique_file="src/rtas_ibm_get_vpd.c" @@ -1286,7 +1286,7 @@ # 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 powerpc-utils 1.2.0 to adapt to many kinds of systems. +\`configure' configures powerpc-utils 1.2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1352,7 +1352,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of powerpc-utils 1.2.0:";; + short | recursive ) echo "Configuration of powerpc-utils 1.2.1:";; esac cat <<\_ACEOF @@ -1439,7 +1439,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -powerpc-utils configure 1.2.0 +powerpc-utils configure 1.2.1 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1453,7 +1453,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by powerpc-utils $as_me 1.2.0, which was +It was created by powerpc-utils $as_me 1.2.1, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -1824,10 +1824,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.10' - ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do +for ac_dir in build-aux "$srcdir"/build-aux; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -1843,8 +1841,8 @@ fi done if test -z "$ac_aux_dir"; then - { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in build-aux \"$srcdir\"/build-aux" >&2;} { (exit 1); exit 1; }; } fi @@ -1857,6 +1855,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. +am__api_version='1.10' + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: @@ -2172,7 +2172,7 @@ # Define the identity of the package. PACKAGE='powerpc-utils' - VERSION='1.2.0' + VERSION='1.2.1' cat >>confdefs.h <<_ACEOF @@ -6740,6 +6740,9 @@ done +echo "Configuring powerpc-utils.spec" +sed "s|\@VERSION\@|1.2.1|g" powerpc-utils.spec.in > powerpc-utils.spec + ac_config_files="$ac_config_files Makefile src/Makefile src/drmgr/Makefile scripts/Makefile man/Makefile" cat >confcache <<\_ACEOF @@ -7211,7 +7214,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by powerpc-utils $as_me 1.2.0, which was +This file was extended by powerpc-utils $as_me 1.2.1, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7265,7 +7268,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -powerpc-utils config.status 1.2.0 +powerpc-utils config.status 1.2.1 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |