AUDIT: r17809 - gnucash/trunk/packaging/win32 - [Win32] Remove a few obsolete comments.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 11 10:55:33 EST 2009


Author: andi5
Date: 2009-01-11 10:55:33 -0500 (Sun, 11 Jan 2009)
New Revision: 17809
Trac: http://svn.gnucash.org/trac/changeset/17809

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

BP


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-01-11 15:49:57 UTC (rev 17808)
+++ gnucash/trunk/packaging/win32/install.sh	2009-01-11 15:55:33 UTC (rev 17809)
@@ -591,8 +591,7 @@
             chmod +x bin/pkg-config{.exe,-msys.sh}
         qpopd
         quiet gconftool-2 --version &&
-#        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgnomeprint-2.2 libgnomeprintui-2.2 libgtkhtml-3.8 &&  # gnomeprint
-        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 libgtkhtml-3.14 &&  # not gnomeprint
+        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
@@ -600,11 +599,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
     [ ! -d $_GNOME_UDIR/share/aclocal ] || add_to_env "-I $_GNOME_UDIR/share/aclocal" ACLOCAL_FLAGS
 }



More information about the gnucash-changes mailing list