[svn] gcry - r1267 - in trunk: . mpi
svn author wk
cvs at cvs.gnupg.org
Mon Oct 29 21:36:17 CET 2007
Author: wk
Date: 2007-10-29 21:36:08 +0100 (Mon, 29 Oct 2007)
New Revision: 1267
Modified:
trunk/NEWS
trunk/configure.ac
trunk/mpi/ChangeLog
trunk/mpi/config.links
Log:
Fixed host/target usage.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2007-10-26 13:38:18 UTC (rev 1266)
+++ trunk/NEWS 2007-10-29 20:36:08 UTC (rev 1267)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.3.2
+------------------------------------------------
+
+
Noteworthy changes in version 1.3.1 (2007-10-26)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-10-26 13:38:18 UTC (rev 1266)
+++ trunk/configure.ac 2007-10-29 20:36:08 UTC (rev 1267)
@@ -27,8 +27,8 @@
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.3.1])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.3.2])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
Modified: trunk/mpi/ChangeLog
===================================================================
--- trunk/mpi/ChangeLog 2007-10-26 13:38:18 UTC (rev 1266)
+++ trunk/mpi/ChangeLog 2007-10-29 20:36:08 UTC (rev 1267)
@@ -1,3 +1,8 @@
+2007-10-29 Werner Koch <wk at g10code.com>
+
+ * config.links: No Candadian Cross here, thus use $host instead of
+ $target.
+
2007-10-26 Werner Koch <wk at g10code.com>
* config.links (mpi_optional_modules): Special rules for Apple
Modified: trunk/mpi/config.links
===================================================================
--- trunk/mpi/config.links 2007-10-26 13:38:18 UTC (rev 1266)
+++ trunk/mpi/config.links 2007-10-29 20:36:08 UTC (rev 1267)
@@ -35,10 +35,10 @@
echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h
-echo "/* Target: ${target} */" >>./mpi/asm-syntax.h
+echo "/* Host: ${host} */" >>./mpi/asm-syntax.h
if test "$try_asm_modules" = "yes" ; then
-case "${target}" in
+case "${host}" in
powerpc-apple-darwin* | \
i[34567]86*-*-openbsd[12]* | \
i[34567]86*-*-openbsd3.[0123]*)
@@ -326,7 +326,7 @@
mpi_mod_list=
path=`echo "$mpi_extra_path $path generic" | tr ':' ' '`
echo '/* Created by config.links - do not edit */' >./mpi/mod-source-info.h
-echo "/* Target: ${target} */" >>./mpi/mod-source-info.h
+echo "/* Host: ${host} */" >>./mpi/mod-source-info.h
echo "static char mod_source_info[] =" >>./mpi/mod-source-info.h
for fn in $mpi_required_modules ; do
fnu=`echo $fn | sed 's/-/_/g'`
More information about the Gnupg-commits
mailing list