X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2Fautodist.in;h=8ecb68dddf499ad4aa54561aaf477752d84a8eb7;hb=7b1dbe1063b76e1762e48b66053f87c44d645c4e;hp=2e600820d2080f9e25b35872a822deceb4352a28;hpb=1f5e8e83c1ef34a85b88a2d0fb6761827d6039d1;p=autodist.git diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 2e60082..8ecb68d 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -228,7 +228,7 @@ ad_initialize() # Create default distdir if test '!' -f $distdir; then - mkdir -p $distdir + mkdir -p -- $distdir fi # Create Autodist configuration file @@ -529,11 +529,17 @@ EOF # Enable dependencies if requested if test x$am_deps = xtrue; then + # Get list of configure.ad's to get them into deps also + cfs=`find . -type f -name configure\*\.ad` + cfs=`echo $cfs | sed 's/\.\///g'` + cat >> $fname <&2;