Skip to content

Commit

Permalink
Update jinx-config
Browse files Browse the repository at this point in the history
autotools recursive regen()
  • Loading branch information
xn0px90 authored Dec 11, 2023
1 parent a3644de commit eae9ec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jinx-config
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export CXXFLAGS="$CFLAGS"

OS_TRIPLET=x86_64-vinix

#autotools_recursive_regen() {
# for f in $(find . -name configure.ac); do
# echo "* autotools regen in '$(dirname $f)'..."
# ( cd "$(dirname "$f")" && libtoolize -cfvi && autoreconf -fvi "$@" )
# done
#}
autotools_recursive_regen() {
for f in $(find . -name configure.ac); do
echo "* autotools regen in '$(dirname $f)'..."
( cd "$(dirname "$f")" && libtoolize -cfvi && autoreconf -fvi "$@" )
done
}

0 comments on commit eae9ec4

Please sign in to comment.