Skip to content

Commit

Permalink
* config/x_ac_meta.m4: Removed trailing ';' from m4_pattern_allow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dun committed Jul 20, 2005
1 parent ddb2731 commit b3cd32d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-07-20 Chris Dunlap <[email protected]>

* config/x_ac_meta.m4: Removed trailing ';' from m4_pattern_allow.

* config/x_ac_meta.m4: Added m4_pattern_allow to suppress the
"possibly undefined macro" warnings under the new libtool.

Expand Down
2 changes: 1 addition & 1 deletion config/x_ac_meta.m4
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ AC_DEFUN([X_AC_META], [
AC_SUBST([META_AUTHOR])
fi
m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$]);
m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])
META_LT_CURRENT=_X_AC_META_GETVAL([LT_CURRENT]);
META_LT_REVISION=_X_AC_META_GETVAL([LT_REVISION]);
META_LT_AGE=_X_AC_META_GETVAL([LT_AGE]);
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ _ACEOF
fi
;
META_LT_CURRENT=`perl -n\
-e "BEGIN { \\$key=shift @ARGV; }"\
-e "next unless s/^\s*\\$key[:=]//i;"\
Expand Down

0 comments on commit b3cd32d

Please sign in to comment.