[glom] Fix the python Glom module name.



commit 21b353f0047d0fb0af74b0e57f00b644dc10dba4
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 20 13:09:36 2010 +0200

    Fix the python Glom module name.
    
    * configure.ac: Fix a recent typo to again use the correct underlined
        name for the Python Glom module. This was fatal, in tests too.

 ChangeLog    |    9 ++++++++-
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5611a2b..06c2020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-20  Murray Cumming  <murrayc murrayc com>
+
+    Fix the python Glom module name.
+
+	* configure.ac: Fix a recent typo to again use the correct underlined
+    name for the Python Glom module. This was fatal, in tests too.
+
 2010-04-20  David King  <davidk openismus com>
 
 	Relax the autoconf requirement
@@ -13,7 +20,7 @@
 	* configure.ac: Abort configure with an error if sphinx-build could
 	not be found and --enable-documentation was passed to configure.
 
-2010-04-20  Murray Cumming  <murrayc murrayc-desktop>
+2010-04-20  Murray Cumming  <murrayc murrayc com>
 
 	Glom Python API reference: Failed attempt to dist the html files.
 
diff --git a/configure.ac b/configure.ac
index eb92b4e..fc76a5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
 
 # Python modules can't be called glom-1.x, so we use underlines.
 AC_SUBST([GLOM_ABI_VERSION_UNDERLINED], ["AS_TR_SH([$GLOM_ABI_VERSION])"])
-AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION_UNDERLINED], ["$GLOM_ABI_VERSION"],
+AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION_UNDERLINED], ["$GLOM_ABI_VERSION_UNDERLINED"],
                    [Define to the Glom ABI version with '.' replaced by '_'.])
 
 # Only check for libgettextpo on non-Maemo platforms.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]