The shell behavior seems to change overtime, ...

This commit is contained in:
Frederic Petrot 2002-03-15 16:29:39 +00:00
parent 46ceb83794
commit 9e8ab4eb9e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if test "$1" = "clean" ; then
exit
fi
dirs=`\ls -1pd * | grep / | grep -v CVS`
dirs=`\ls -l $srcdir | grep '^d' | awk '{print $NF}'`
aclocal -I .
automake --foreign --add-missing --copy