X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=bef76c94b4389636ad1c7a7213c57d644df99b45;hb=5f4fc1d69dc14526711478ceecc5ad3bb7ef43de;hp=5966c6dac054cf9d89237b4e1018b0c6d587985c;hpb=a24bfc3edd7d3999e260bb3a10bf2f5226e4234e;p=platform%2Fupstream%2Fautomake.git diff --git a/configure.ac b/configure.ac index 5966c6d..bef76c9 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see . AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.13.2c], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.13.4], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) @@ -277,9 +277,6 @@ exit 77" >&AS_MESSAGE_LOG_FD 2>&1; test $? -eq 77; } # would emit "P=1" into file with /usr/xpg4/bin/sh from Solaris 10 and # /bin/sh from SunOS 5.11 and OpenBSD 4.7. # -# Finally, we look for weird bugs and portability problems mentioned in -# the Autoconf manual, and reject shells that suffers from them. (TODO) -# # Use '$am_score' to indicate the degree of acceptability of the shell. # A score of "10" means that the shell is good enough for our needs; # a score of "9" means that the shell has some minor bugs or limitation,