|
From: <cn...@us...> - 2026-06-27 20:13:00
|
Revision: 1659
http://sourceforge.net/p/seq/svn/1659
Author: cn187
Date: 2026-06-27 20:12:57 +0000 (Sat, 27 Jun 2026)
Log Message:
-----------
Fix typo in configure.in
Modified Paths:
--------------
showeq/branches/cn187_devel/configure.in
Modified: showeq/branches/cn187_devel/configure.in
===================================================================
--- showeq/branches/cn187_devel/configure.in 2026-06-27 20:12:06 UTC (rev 1658)
+++ showeq/branches/cn187_devel/configure.in 2026-06-27 20:12:57 UTC (rev 1659)
@@ -11,7 +11,7 @@
SOURCE_VERSION="unknown"
if test -f "$srcdir/.tarball-version"; then
rev=$(cat "$srcdir/.tarball-version")
- SOURCEVERSION="tarball-${rev}"
+ SOURCE_VERSION="tarball-${rev}"
elif test -d "$srcdir/.svn"; then
rev=$(cd "$srcdir" && svnversion -n . 2>/dev/null)
if test -n "$rev"; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|