Fix for to the startup service problem on upgrade.
Fix for circular dependency between CASA and Gnome Keyring. Fix for yast grey out button.
This commit is contained in:
28
casa-yast/configure
vendored
28
casa-yast/configure
vendored
@@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for yast2-CASA 1.6.515.
|
||||
# Generated by GNU Autoconf 2.59 for yast2-CASA 1.6.0.
|
||||
#
|
||||
# Report bugs to <http://www.suse.de/feedback>.
|
||||
# Report bugs to <http://bugs.opensuse.org/>.
|
||||
#
|
||||
# Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
# This configure script is free software; the Free Software Foundation
|
||||
@@ -269,9 +269,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='yast2-CASA'
|
||||
PACKAGE_TARNAME='yast2-CASA'
|
||||
PACKAGE_VERSION='1.6.515'
|
||||
PACKAGE_STRING='yast2-CASA 1.6.515'
|
||||
PACKAGE_BUGREPORT='http://www.suse.de/feedback'
|
||||
PACKAGE_VERSION='1.6.0'
|
||||
PACKAGE_STRING='yast2-CASA 1.6.0'
|
||||
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
|
||||
|
||||
ac_unique_file="RPMNAME"
|
||||
ac_default_prefix=/usr
|
||||
@@ -728,7 +728,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 yast2-CASA 1.6.515 to adapt to many kinds of systems.
|
||||
\`configure' configures yast2-CASA 1.6.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -795,7 +795,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of yast2-CASA 1.6.515:";;
|
||||
short | recursive ) echo "Configuration of yast2-CASA 1.6.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -812,7 +812,7 @@ Some influential environment variables:
|
||||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <http://www.suse.de/feedback>.
|
||||
Report bugs to <http://bugs.opensuse.org/>.
|
||||
_ACEOF
|
||||
fi
|
||||
|
||||
@@ -908,7 +908,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
yast2-CASA configure 1.6.515
|
||||
yast2-CASA configure 1.6.0
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
@@ -922,7 +922,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by yast2-CASA $as_me 1.6.515, which was
|
||||
It was created by yast2-CASA $as_me 1.6.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -1652,7 +1652,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='yast2-CASA'
|
||||
VERSION='1.6.515'
|
||||
VERSION='1.6.0'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -1863,7 +1863,7 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6
|
||||
|
||||
|
||||
|
||||
VERSION="1.6.515"
|
||||
VERSION="1.6.0"
|
||||
RPMNAME="yast2-CASA"
|
||||
MAINTAINER="casa <casa@novell.com>"
|
||||
|
||||
@@ -2693,7 +2693,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by yast2-CASA $as_me 1.6.515, which was
|
||||
This file was extended by yast2-CASA $as_me 1.6.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -2748,7 +2748,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
yast2-CASA config.status 1.6.515
|
||||
yast2-CASA config.status 1.6.0
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user