Index: ChangeLog
2006-10-22  Peter O'Gorman  <peter@pogma.com>

	* ltmain.in: Add -F* to flags that are passed to the linker.
	Reported by SIGOURE Benoit <sigoure.benoit@lrde.epita.fr>

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.134
diff -u -3 -p -u -r1.334.2.134 ltmain.in
--- ltmain.in 25 Aug 2006 15:08:31 -0000 1.334.2.134
+++ ltmain.in 22 Oct 2006 14:06:43 -0000
@@ -1661,9 +1661,10 @@ EOF
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
       # -pg, --coverage pass through profiling flag for GCC
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
       # @file GCC response files
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[45]*|-txscale*|-pg|--coverage|@*)
+      -t[45]*|-txscale*|-pg|--coverage|-F*|@*)
 
 	# Unknown arguments in both finalize_command and compile_command need
 	# to be aesthetically quoted because they are evaled later.
