File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2018-10-23 Bruno Haible <bruno@clisp.org>
2+
3+ Update after gnulib changed.
4+ * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.63.
5+
162018-09-22 Bruno Haible <bruno@clisp.org>
27
38 Avoid some warnings in MSVC build.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU Library General Public
1515dnl License along with the GNU LIBICONV Library; see the file COPYING.LIB.
1616dnl If not, see <https://www.gnu.org/licenses/>.
1717
18- AC_PREREQ ( [ 2.60 ] )
18+ AC_PREREQ ( [ 2.63 ] )
1919AC_INIT ( [ libiconv] , [ 1.15] )
2020AC_CONFIG_SRCDIR ( [ lib/iconv.c] )
2121AC_CONFIG_AUX_DIR ( [ build-aux] )
Original file line number Diff line number Diff line change 1+ 2018-10-23 Bruno Haible <bruno@clisp.org>
2+
3+ Update after gnulib changed.
4+ * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.63.
5+
162018-09-22 Bruno Haible <bruno@clisp.org>
27
38 Avoid some warnings in MSVC build.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU Library General Public License
1515dnl along with the GNU CHARSET Library; see the file COPYING.LIB. If not,
1616dnl see <https://www.gnu.org/licenses/>.
1717
18- AC_PREREQ ( [ 2.60 ] )
18+ AC_PREREQ ( [ 2.63 ] )
1919AC_INIT ( [ libcharset] , [ 1.4] )
2020AC_CONFIG_SRCDIR ( [ lib/localcharset.c] )
2121AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments