You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2006/04/23 09:00:57 UTC

svn commit: r396231 - /xml/security/trunk/c/src/aclocal.m4

Author: blautenb
Date: Sun Apr 23 00:00:55 2006
New Revision: 396231

URL: http://svn.apache.org/viewcvs?rev=396231&view=rev
Log:
Hide spurious can't find cpp file messages

Modified:
    xml/security/trunk/c/src/aclocal.m4

Modified: xml/security/trunk/c/src/aclocal.m4
URL: http://svn.apache.org/viewcvs/xml/security/trunk/c/src/aclocal.m4?rev=396231&r1=396230&r2=396231&view=diff
==============================================================================
--- xml/security/trunk/c/src/aclocal.m4 (original)
+++ xml/security/trunk/c/src/aclocal.m4 Sun Apr 23 00:00:55 2006
@@ -10,7 +10,7 @@
 AC_DEFUN(AC_CREATE_OBJ_FILELIST,
 [AC_MSG_NOTICE([Creating object file list from files in $1])
 ac_find_files=""
-for fl in `(cd $1; ls $2)`
+for fl in `(cd $1; ls $2 2>/dev/null)`
 do
   fl_rep=`echo $fl | sed "s/\$3/$4/"`
   fl_rep_full="$5/${fl_rep}"