]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly acspecific.m4.~179~
authorDavid MacKenzie <djm@djmnet.org>
Wed, 20 Oct 1993 23:50:07 +0000 (23:50 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 20 Oct 1993 23:50:07 +0000 (23:50 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 4c9367cf6b33b9a54ec4ac102d0f5aed05f60dcc..4da96ad298b55d0e4bd2b7dc9413eaddcd1a6b14 100644 (file)
@@ -866,7 +866,7 @@ ccp = (char const *const *) p;
 }'
 changequote([,])dnl
 AC_COMPILE_CHECK([dnl Do not "break" this again.
-lack of working const], , [$prog], , AC_DEFINE(const,))])ppdnl
+lack of working const], , [$prog], , AC_DEFINE(const,))])dnl
 dnl
 dnl
 dnl checks for operating system services
@@ -908,9 +908,7 @@ some_dir_failed=false
 # eval it to expand exec_prefix.
 for dir in `eval echo . /tmp /var/tmp /usr/tmp $prefix/lib $exec_prefix/lib` ; do
   test -d $dir || continue
-  test -w $dir || { echo \
-"warning: cannot write in $dir; assuming it supports long file names"
-                   continue; }
+  test -w $dir || continue # It's less confusing to not echo anything here.
   (echo 1 > $dir/conftest9012345) 2>/dev/null
   (echo 2 > $dir/conftest9012346) 2>/dev/null
   val=`cat $dir/conftest9012345 2>/dev/null`
index 4c9367cf6b33b9a54ec4ac102d0f5aed05f60dcc..4da96ad298b55d0e4bd2b7dc9413eaddcd1a6b14 100644 (file)
@@ -866,7 +866,7 @@ ccp = (char const *const *) p;
 }'
 changequote([,])dnl
 AC_COMPILE_CHECK([dnl Do not "break" this again.
-lack of working const], , [$prog], , AC_DEFINE(const,))])ppdnl
+lack of working const], , [$prog], , AC_DEFINE(const,))])dnl
 dnl
 dnl
 dnl checks for operating system services
@@ -908,9 +908,7 @@ some_dir_failed=false
 # eval it to expand exec_prefix.
 for dir in `eval echo . /tmp /var/tmp /usr/tmp $prefix/lib $exec_prefix/lib` ; do
   test -d $dir || continue
-  test -w $dir || { echo \
-"warning: cannot write in $dir; assuming it supports long file names"
-                   continue; }
+  test -w $dir || continue # It's less confusing to not echo anything here.
   (echo 1 > $dir/conftest9012345) 2>/dev/null
   (echo 2 > $dir/conftest9012346) 2>/dev/null
   val=`cat $dir/conftest9012345 2>/dev/null`