r17621 - gnucash/trunk/packaging/win32 - Win32: LT_PROG_RC seems to be internal as well, use AC_CHECK_TOOL instead.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Oct 5 18:14:43 EDT 2008


Author: andi5
Date: 2008-10-05 18:14:42 -0400 (Sun, 05 Oct 2008)
New Revision: 17621
Trac: http://svn.gnucash.org/trac/changeset/17621

Modified:
   gnucash/trunk/packaging/win32/aqbanking-3.7.2.patch
Log:
Win32: LT_PROG_RC seems to be internal as well, use AC_CHECK_TOOL instead.


Modified: gnucash/trunk/packaging/win32/aqbanking-3.7.2.patch
===================================================================
--- gnucash/trunk/packaging/win32/aqbanking-3.7.2.patch	2008-10-05 20:54:34 UTC (rev 17620)
+++ gnucash/trunk/packaging/win32/aqbanking-3.7.2.patch	2008-10-05 22:14:42 UTC (rev 17621)
@@ -6,7 +6,7 @@
  
  AC_LIBTOOL_WIN32_DLL
 -AC_LIBTOOL_RC
-+LT_PROG_RC
++AC_CHECK_TOOL([RC], [windres], [no])
  AC_PROG_LIBTOOL
  AC_CHECK_PROG(USE_DOT,dot,YES,NO)
  AC_CHECK_PROG(SED,sed,sed)



More information about the gnucash-changes mailing list