Skip to content

Commit

Permalink
Remove autogenerated files and rely on autoreconf only
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jun 6, 2024
1 parent 311d1ec commit 0f6f58f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3,585 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/src/native/unix/native/*.o
/src/native/unix/native/Makefile
/src/native/unix/native/libservice.a
/src/native/unix/support/config.guess
/src/native/unix/support/config.sub
/src/native/windows/apps/prunmgr/*_GUI_RELEASE
/src/native/windows/apps/prunsrv/*_RELEASE
/target/
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
</properties>
<body>
<release version="1.4.1" date="tbd" description="Bug fix release">
<action dev="michaelo" type="update">
Remove autogenerated files and rely on autoreconf only
</action>
</release>
<release version="1.4.0" date="2024-05-24" description="Bug fix release">
<!-- Fix -->
Expand Down
2 changes: 1 addition & 1 deletion src/native/unix/support/buildconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
rm -rf autom4te.cache

if test -f configure.in ; then
autoconf
autoreconf -fi
if test $? -ne 0 ; then
echo "$0: cannot generate configure script"
else
Expand Down
Loading

0 comments on commit 0f6f58f

Please sign in to comment.