INN commit: trunk/support (ltmain.sh)

INN Commit rra at isc.org
Mon May 28 17:40:30 UTC 2012


    Date: Monday, May 28, 2012 @ 10:40:30
  Author: iulius
Revision: 9407

add a hint to easily find out the modified line for INN in ltmain.sh

Modified:
  trunk/support/ltmain.sh

-----------+
 ltmain.sh |    3 +++
 1 file changed, 3 insertions(+)

Modified: ltmain.sh
===================================================================
--- ltmain.sh	2012-05-03 14:57:58 UTC (rev 9406)
+++ ltmain.sh	2012-05-28 17:40:30 UTC (rev 9407)
@@ -5,6 +5,8 @@
 # recognize the additional -B flag that INN's install-sh program
 # recognizes; apart from that, it is identical to the stock libtool
 # distribution.
+# Only one part of the code is modified; search for the comment below
+# containing "INN".
 
 # libtool (GNU libtool) 2.4.2
 # Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
@@ -2827,6 +2829,7 @@
 	fi
 	;;
       -g | -m | -o | -B)
+        # Modification for INN just above (add support for the -B flag).
 	prev=$arg
 	;;
       -s)



More information about the inn-committers mailing list