From cc27f3717e03ebc830a774997df3c982e28e1935 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Sat, 3 Dec 2011 11:58:43 -0600 Subject: [PATCH] Replace backtick as GNU style beginning quote. It goofs up the syntax highlighting of shell code in the Geany editor! --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f35d44703..3b0849e68 100644 --- a/configure.ac +++ b/configure.ac @@ -56,8 +56,8 @@ AC_ISC_POSIX AC_MINIX AC_PROG_CC() AC_DIAGNOSE([obsolete],[AM_PROG_CC_STDC: - your code should no longer depend upon `am_cv_prog_cc_stdc', but upon - `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when + your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon + 'ac_cv_prog_cc_stdc'. Remove this warning and the assignment when you adjust the code. You can also remove the above call to AC_PROG_CC if you already called it elsewhere.]) am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc