Skip to content

Commit

Permalink
Fix up the fix up for autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
paulannetts committed Oct 4, 2024
1 parent c3a93f9 commit c875a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ PARENT_DIR=$(dirname $SCRIPT_DIR)
echo $PARENT_DIR
cd $PARENT_DIR/espeak-ng
rm CHANGELOG.md
echo "Hi" > ChangeLog.md
echo "Changelog dummy" > ChangeLog.md
echo "No news" > NEWS
ls
./autogen.sh
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async
Expand Down

0 comments on commit c875a1f

Please sign in to comment.