Update of /cvsroot/mplayerplug-in/mplayerplug-in
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24847
Modified Files:
configure configure.in
Log Message:
v3.05 prep
Index: configure
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** configure 25 Jul 2005 23:18:02 -0000 1.44
--- configure 4 Aug 2005 14:30:43 -0000 1.45
***************
*** 1,5 ****
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.59 for mplayerplug-in 3.01.
#
# Report bugs to <mplayerplug-in-devel@...>.
--- 1,5 ----
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.59 for mplayerplug-in 3.05.
#
# Report bugs to <mplayerplug-in-devel@...>.
***************
*** 270,275 ****
PACKAGE_NAME='mplayerplug-in'
PACKAGE_TARNAME='mplayerplug-in'
! PACKAGE_VERSION='3.01'
! PACKAGE_STRING='mplayerplug-in 3.01'
PACKAGE_BUGREPORT='mplayerplug-in-devel@...'
--- 270,275 ----
PACKAGE_NAME='mplayerplug-in'
PACKAGE_TARNAME='mplayerplug-in'
! PACKAGE_VERSION='3.05'
! PACKAGE_STRING='mplayerplug-in 3.05'
PACKAGE_BUGREPORT='mplayerplug-in-devel@...'
***************
*** 790,794 ****
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
! \`configure' configures mplayerplug-in 3.01 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--- 790,794 ----
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
! \`configure' configures mplayerplug-in 3.05 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
***************
*** 851,855 ****
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of mplayerplug-in 3.01:";;
esac
cat <<\_ACEOF
--- 851,855 ----
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of mplayerplug-in 3.05:";;
esac
cat <<\_ACEOF
***************
*** 984,988 ****
if $ac_init_version; then
cat <<\_ACEOF
! mplayerplug-in configure 3.01
generated by GNU Autoconf 2.59
--- 984,988 ----
if $ac_init_version; then
cat <<\_ACEOF
! mplayerplug-in configure 3.05
generated by GNU Autoconf 2.59
***************
*** 998,1002 ****
running configure, to aid debugging if configure makes a mistake.
! It was created by mplayerplug-in $as_me 3.01, which was
generated by GNU Autoconf 2.59. Invocation command line was
--- 998,1002 ----
running configure, to aid debugging if configure makes a mistake.
! It was created by mplayerplug-in $as_me 3.05, which was
generated by GNU Autoconf 2.59. Invocation command line was
***************
*** 3404,3417 ****
CREATE="mplayerplug-in"
! if test $wmp = yes; then
CREATE=" $CREATE mplayerplug-in-wmp"
fi
! if test $qt = yes; then
CREATE=" $CREATE mplayerplug-in-qt"
fi
! if test $rm = yes; then
CREATE=" $CREATE mplayerplug-in-rm"
fi
! if test $gmp = yes; then
CREATE=" $CREATE mplayerplug-in-gmp"
fi
--- 3404,3417 ----
CREATE="mplayerplug-in"
! if test x$wmp = xyes; then
CREATE=" $CREATE mplayerplug-in-wmp"
fi
! if test x$qt = xyes; then
CREATE=" $CREATE mplayerplug-in-qt"
fi
! if test x$rm = xyes; then
CREATE=" $CREATE mplayerplug-in-rm"
fi
! if test x$gmp = xyes; then
CREATE=" $CREATE mplayerplug-in-gmp"
fi
***************
*** 8119,8123 ****
cat >&5 <<_CSEOF
! This file was extended by mplayerplug-in $as_me 3.01, which was
generated by GNU Autoconf 2.59. Invocation command line was
--- 8119,8123 ----
cat >&5 <<_CSEOF
! This file was extended by mplayerplug-in $as_me 3.05, which was
generated by GNU Autoconf 2.59. Invocation command line was
***************
*** 8179,8183 ****
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
! mplayerplug-in config.status 3.01
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
--- 8179,8183 ----
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
! mplayerplug-in config.status 3.05
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Index: configure.in
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/configure.in,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** configure.in 25 Jul 2005 23:18:02 -0000 1.44
--- configure.in 4 Aug 2005 14:30:44 -0000 1.45
***************
*** 3,7 ****
AC_PREREQ(2.59)
! AC_INIT(mplayerplug-in, 3.01, mplayerplug-in-devel@...)
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
--- 3,7 ----
AC_PREREQ(2.59)
! AC_INIT(mplayerplug-in, 3.05, mplayerplug-in-devel@...)
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
|