Blob Blame History Raw
--- gnome-keyring-sharp/configure.ac.libdir	2007-10-13 13:53:29.000000000 -0400
+++ gnome-keyring-sharp/configure.ac	2008-07-06 21:09:45.000000000 -0400
@@ -44,7 +44,7 @@
 
 AC_SUBST(GACUTIL)
 
-GACUTIL_FLAGS='/gacdir $(DESTDIR)$(prefix)'
+GACUTIL_FLAGS='/gacdir $(DESTDIR)$(libdir)'
 AC_SUBST(GACUTIL_FLAGS)
 
 #
@@ -97,7 +97,7 @@
 
 echo "   * $CS compiler: $CSC"
 echo "   * Documentation build enabled: $enable_monodoc "
-if test "x$enable_monodoc" = "xyes" -a "x$doc_sources_dir" != "x$prefix/lib/monodoc/sources"; then
+if test "x$enable_monodoc" = "xyes" -a "x$doc_sources_dir" != "x$libdir/monodoc/sources"; then
   echo "      WARNING: The install prefix is different than the monodoc prefix."
   echo "               Monodoc will not be able to load the documentation."
 fi
--- gnome-keyring-sharp/src/gnome-keyring-sharp-1.0.pc.in.libdir	2007-10-13 13:53:29.000000000 -0400
+++ gnome-keyring-sharp/src/gnome-keyring-sharp-1.0.pc.in	2008-07-06 21:10:32.000000000 -0400
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
 
 Name: Gnome.Keyring
 Description: Client library to access the GNOME Keyring daemon