Revision: 2252
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2252&view=rev
Author: tmzullinger
Date: 2009-01-31 22:34:15 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
Remove unused expanded_libdir definition
This was only used when setting the hal callout dir, and is no longer
needed.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/configure.ac
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-01-31 22:34:08 UTC (rev 2251)
+++ libgpod/trunk/ChangeLog 2009-01-31 22:34:15 UTC (rev 2252)
@@ -1,5 +1,11 @@
2009-01-31 Todd Zullinger <tmzullinger at users.sourceforge.net>
+ * configure.ac: Remove unused expanded_libdir definition. This
+ was only used when setting the hal callout dir, and is no
+ longer needed.
+
+2009-01-31 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
* Makefile.am, configure.ac, tools/Makefile.am, TROUBLESHOOTING:
Improve the default hal callout path. The search path hal uses
for its callouts differs on various platforms. The new path
Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac 2009-01-31 22:34:08 UTC (rev 2251)
+++ libgpod/trunk/configure.ac 2009-01-31 22:34:15 UTC (rev 2252)
@@ -59,24 +59,6 @@
PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0)
dnl **************************************************
-dnl * expand $libdir
-dnl * by default, it looks like ${prefix}/lib
-dnl * we want to expand prefix
-dnl **************************************************
-expanded_libdir=`(
- case $prefix in
- NONE) prefix=$ac_default_prefix ;;
- *) ;;
- esac
- case $exec_prefix in
- NONE) exec_prefix=$prefix ;;
- *) ;;
- esac
- eval echo $libdir
-)`
-
-
-dnl **************************************************
dnl we've copied gchecksum from glib 2.16. Only use the
dnl copy if the version of glib on the system does not
dnl provide it.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2