r17903 - gnucash/branches/2.2/packaging/win32 - [17809] [Win32] Remove a few obsolete comments.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 14 16:11:08 EST 2009


Author: andi5
Date: 2009-02-14 16:11:08 -0500 (Sat, 14 Feb 2009)
New Revision: 17903
Trac: http://svn.gnucash.org/trac/changeset/17903

Modified:
   gnucash/branches/2.2/packaging/win32/install.sh
Log:
[17809] [Win32] Remove a few obsolete comments.

Modified: gnucash/branches/2.2/packaging/win32/install.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/install.sh	2009-02-14 20:29:37 UTC (rev 17902)
+++ gnucash/branches/2.2/packaging/win32/install.sh	2009-02-14 21:11:08 UTC (rev 17903)
@@ -474,7 +474,7 @@
     fi
     add_to_env "-I $_GNOME_UDIR/share/aclocal" ACLOCAL_FLAGS
     if quiet gconftool-2 --version &&
-        ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgtkhtml-3.14 &&
+        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgtkhtml-3.14 &&
         quiet intltoolize --version
     then
         echo "gnome packages installed.  skipping."
@@ -562,7 +562,7 @@
             chmod +x bin/pkg-config{.exe,-msys.sh}
         qpopd
         quiet gconftool-2 --version &&
-        ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgtkhtml-3.14 &&
+        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgtkhtml-3.14 &&
         quiet intltoolize --version || die "gnome not installed correctly"
     fi
     if [ "$CROSS_COMPILE" = "yes" ]; then
@@ -570,11 +570,6 @@
             perl -pi.bak -e"s!^prefix=.*\$!prefix=$_GNOME_UDIR!" *.pc
             #perl -pi.bak -e's!^Libs: !Libs: -L\${prefix}/bin !' *.pc
         qpopd
-        # Latest gnome-dev packages don't ship with *.la files
-        # anymore. What do we do...?
-        #qpushd $_GNOME_UDIR/bin
-        #    for A in *-0.dll; do ln -sf $A `echo $A|sed 's/\(.*\)-0.dll/\1.dll/'`; done
-        #qpopd
     fi
 }
 



More information about the gnucash-changes mailing list