Skip to content

Commit

Permalink
update autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Feb 24, 2014
1 parent 7388191 commit d9ead20
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions autogen.sh
Expand Up @@ -363,10 +363,12 @@ do
fi
fi

if test ! -f NEWS; then
echo "$program: Creating empty NEWS file to allow configure to work"
$DRYRUN touch -t 200001010000 NEWS
fi
for docs in NEWS README; do
if test ! -f $docs; then
echo "$program: Creating empty $docs file to allow configure to work"
$DRYRUN touch -t 200001010000 $docs
fi
done

echo "$program: Running $aclocal $aclocal_args"
$DRYRUN $aclocal $aclocal_args
Expand Down

0 comments on commit d9ead20

Please sign in to comment.