INN commit: trunk/support (ltmain.sh)

INN Commit rra at isc.org
Tue Apr 3 16:52:27 UTC 2012


    Date: Tuesday, April 3, 2012 @ 09:52:26
  Author: eagle
Revision: 9402

Re-enable our special support for -B in libtool

Modified:
  trunk/support/ltmain.sh

-----------+
 ltmain.sh |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: ltmain.sh
===================================================================
--- ltmain.sh	2012-04-03 04:02:14 UTC (rev 9401)
+++ ltmain.sh	2012-04-03 16:52:26 UTC (rev 9402)
@@ -1,3 +1,10 @@
+#############################
+# NOTICE TO INN MAINTAINERS #
+#############################
+# This file has been modified from the standard libtool version to
+# recognize the additional -B flag that INN's install-sh program
+# recognizes; apart from that, it is identical to the stock libtool
+# distribution.
 
 # libtool (GNU libtool) 2.4.2
 # Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
@@ -2819,7 +2826,7 @@
 	  prev=$arg
 	fi
 	;;
-      -g | -m | -o)
+      -g | -m | -o | -B)
 	prev=$arg
 	;;
       -s)



More information about the inn-committers mailing list