]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Sun Jun 9 17:54:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Sun, 9 Jun 1996 21:54:52 +0000 (21:54 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 9 Jun 1996 21:54:52 +0000 (21:54 +0000)
* acgeneral.m4 (AC_CHECK_LIB): Add missing \ in last change.

acgeneral.m4
lib/autoconf/general.m4

index 5dcdf5902a5c001687e509c5b3e3b3bfe8ace3fe..45da8117eb543bb8c8819dcf494ddea4ed933348 100644 (file)
@@ -1433,7 +1433,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   AC_MSG_RESULT(yes)
   ifelse([$3], ,
 [changequote(, )dnl
-  ac_tr_lib=HAVE_LIB`echo $1 | sed -e 's/[^a-zA-Z0-9_]/_/g'
+  ac_tr_lib=HAVE_LIB`echo $1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
 changequote([, ])dnl
   AC_DEFINE_UNQUOTED($ac_tr_lib)
index 5dcdf5902a5c001687e509c5b3e3b3bfe8ace3fe..45da8117eb543bb8c8819dcf494ddea4ed933348 100644 (file)
@@ -1433,7 +1433,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   AC_MSG_RESULT(yes)
   ifelse([$3], ,
 [changequote(, )dnl
-  ac_tr_lib=HAVE_LIB`echo $1 | sed -e 's/[^a-zA-Z0-9_]/_/g'
+  ac_tr_lib=HAVE_LIB`echo $1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
 changequote([, ])dnl
   AC_DEFINE_UNQUOTED($ac_tr_lib)