From 9477e33ef07253559bf95eef379e2ecc740201c7 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 19 Oct 2012 12:32:25 +0700 Subject: libtoolize: fix a misspelled variable name. * libtoolize.in (func_require_am_macro_dir): The loop uses _G_arg not _G_opt. Now spelled correctly. Signed-off-by: Gary V. Vaughan --- libtoolize.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoolize.in') diff --git a/libtoolize.in b/libtoolize.in index 09e3a9bc..6f63a518 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -1397,7 +1397,7 @@ for base in '' ltdl_; do case $_G_minus_I_seen,$_G_arg in :,*) '$r'=$_G_arg; break ;; *,-I) _G_minus_I_seen=: ;; - *,-I*) '$r'=`expr x$_G_opt : '\''x-I\(.*\)$'\''`; break ;; + *,-I*) '$r'=`expr x$_G_arg : '\''x-I\(.*\)$'\''`; break ;; esac done -- cgit v1.2.1