Skip to content

Commit

Permalink
Work on build-tarball.
Browse files Browse the repository at this point in the history
Try to avoid an sc_prohibit_test_const_follows_var failure.
  • Loading branch information
bhaible committed May 14, 2024
1 parent bdb7cc1 commit 914cf50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ index 336fc81b..23741aaf 100644
# if aclocal.m4 contains an untagged --i.e older-- macro file):
*)
- if test -f aclocal.m4; then
+ if test -f aclocal.m4 && test "X$my_src_serial" != X; then
+ if test -f aclocal.m4 && test '' != "$my_src_serial"; then
func_serial_max \
"$my_src_serial" `func_serial aclocal.m4 "$my_macro_regex"`
if test "X$my_src_serial" = "X$func_serial_max_result"; then
Expand Down

0 comments on commit 914cf50

Please sign in to comment.