Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 12, 2024
2 parents 4f17a5d + 70bf9c3 commit 44fd3ec
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 @@ -44,6 +44,9 @@
<action dev="michaelo" type="fix">
Fix several issues around Java OS and header files location detection.
</action>
<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 44fd3ec

Please sign in to comment.