Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5026/stable/main/finkinfo/devel

Modified Files:
        automake1.10.info automake1.11.info 
Log Message:
+TDeps and fix for OS X "libtool" pathnames


Index: automake1.11.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.11.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- automake1.11.info   7 Jan 2013 22:47:33 -0000       1.12
+++ automake1.11.info   19 Feb 2013 18:18:21 -0000      1.13
@@ -22,6 +22,10 @@
   # %p/share/info/dir.bak, which it can't (and shouldn't) do while building
   # as non-root.
   /usr/bin/sed -i.orig -E -e 's/install-info-dir\.test//g' tests/Makefile.in
+
+  # fink's libtool2 has %p/bin/glibtool not %p/bin/libtool and Apple's
+  # /usr/bin/libtool is different beast
+  ln -s %p/bin/glibtool t/wrap/libtool
 <<
 
 # HACK: Set ac_cv_prog_TEX to disable any TeX or texinfo related tests,
@@ -57,7 +61,10 @@
 <<
 
 # TODO: Perhaps rename automake.info* to automake-X.Y.info* ?
-InfoTest: TestScript: make check || exit 2
+InfoTest: <<
+  TestScript: make check || exit 2
+  TestDepends: dejagnu, libtool2
+<<
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 

Index: automake1.10.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.10.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- automake1.10.info   7 Jan 2013 22:47:33 -0000       1.12
+++ automake1.10.info   19 Feb 2013 18:18:21 -0000      1.13
@@ -18,6 +18,10 @@
 
   # Fix a test case
   /usr/bin/sed -i.orig -e 's|AC_FC_LIBRARY_LDFLAGS||g' 
tests/compile_f90_c_cxx.test
+
+  # fink's libtool2 has %p/bin/glibtool not %p/bin/libtool and Apple's
+  # /usr/bin/libtool is different beast
+  ln -s %p/bin/glibtool t/wrap/libtool
 <<
 
 # HACK: Set ac_cv_prog_TEX to disable any TeX or texinfo related tests,
@@ -50,7 +54,10 @@
 <<
 
 # TODO: Perhaps rename automake.info* to automake-X.Y.info* ?
-InfoTest: TestScript: make check || exit 2
+InfoTest: <<
+  TestScript: make check || exit 2
+  TestDepends: dejagnu, libtool2
+<<
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to