[Pikloops-svn] SF.net SVN: pikloops: [77] prog/trunk
Brought to you by:
dionysos-sf
|
From: <dio...@us...> - 2007-07-23 10:24:44
|
Revision: 77
http://pikloops.svn.sourceforge.net/pikloops/?rev=77&view=rev
Author: dionysos-sf
Date: 2007-07-23 03:24:45 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
New version: 0.2.3
Modified Paths:
--------------
prog/trunk/configure
prog/trunk/configure.in
prog/trunk/configure.in.in
Modified: prog/trunk/configure
===================================================================
--- prog/trunk/configure 2007-07-23 10:21:26 UTC (rev 76)
+++ prog/trunk/configure 2007-07-23 10:24:45 UTC (rev 77)
@@ -1953,7 +1953,7 @@
# Define the identity of the package.
PACKAGE=pikloops
- VERSION=0.2.2
+ VERSION=0.2.3
cat >>confdefs.h <<_ACEOF
@@ -34058,7 +34058,6 @@
$ac_cs_success || { (exit 1); exit 1; }
fi
-
if test "$all_tests" = "bad"; then
if test ! "$cache_file" = "/dev/null"; then
echo ""
Modified: prog/trunk/configure.in
===================================================================
--- prog/trunk/configure.in 2007-07-23 10:21:26 UTC (rev 76)
+++ prog/trunk/configure.in 2007-07-23 10:24:45 UTC (rev 77)
@@ -40,7 +40,7 @@
AC_ARG_PROGRAM
dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(pikloops, 0.2.2) dnl searches for some needed programs
+AM_INIT_AUTOMAKE(pikloops, 0.2.3) dnl searches for some needed programs
KDE_SET_PREFIX
@@ -82,10 +82,9 @@
AC_CONFIG_FILES([ po/Makefile ])
AC_CONFIG_FILES([ src/Makefile ])
AC_OUTPUT
-
if test "$all_tests" = "bad"; then
if test ! "$cache_file" = "/dev/null"; then
- echo ""
+ echo ""
echo "Please remove the file $cache_file after changing your setup"
echo "so that configure will find the changes next time."
echo ""
Modified: prog/trunk/configure.in.in
===================================================================
--- prog/trunk/configure.in.in 2007-07-23 10:21:26 UTC (rev 76)
+++ prog/trunk/configure.in.in 2007-07-23 10:24:45 UTC (rev 77)
@@ -1,6 +1,6 @@
#MIN_CONFIG(3)
-AM_INIT_AUTOMAKE(pikloops,0.2.2)
+AM_INIT_AUTOMAKE(pikloops,0.2.3)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|