The shell behavior seems to change overtime, ...
This commit is contained in:
parent
46ceb83794
commit
9e8ab4eb9e
|
@ -10,7 +10,7 @@ if test "$1" = "clean" ; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dirs=`\ls -1pd * | grep / | grep -v CVS`
|
dirs=`\ls -l $srcdir | grep '^d' | awk '{print $NF}'`
|
||||||
|
|
||||||
aclocal -I .
|
aclocal -I .
|
||||||
automake --foreign --add-missing --copy
|
automake --foreign --add-missing --copy
|
||||||
|
|
Loading…
Reference in New Issue