From 7a78cca31bca68f3cf2e398d26b03f3980331d72 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 24 Dec 2011 08:32:47 +0700 Subject: [PATCH] bootstrap: fix Autoconf version typo. * build-aux/options-parses: s/2\.62/2.68/ Signed-off-by: Gary V. Vaughan --- build-aux/options-parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/options-parser b/build-aux/options-parser index 07a973105..9d42418da 100644 --- a/build-aux/options-parser +++ b/build-aux/options-parser @@ -176,7 +176,7 @@ nl=' # There are still modern systems that have problems with `echo' mis- # handling backslashes, among others, so make sure $bs_echo is set to a # command that correctly interprets backslashes. -# (this code from Autoconf 2.62) +# (this code from Autoconf 2.68) # Printing a long string crashes Solaris 7 /usr/bin/printf. bs_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -- 2.47.2