Skip to content

Commit 152fe35

Browse files
committed
Update after gnulib changed.
1 parent ba8fe48 commit 152fe35

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2018-09-22 Bruno Haible <bruno@clisp.org>
27

38
Avoid some warnings in MSVC build.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU Library General Public
1515
dnl License along with the GNU LIBICONV Library; see the file COPYING.LIB.
1616
dnl If not, see <https://www.gnu.org/licenses/>.
1717

18-
AC_PREREQ([2.60])
18+
AC_PREREQ([2.63])
1919
AC_INIT([libiconv], [1.15])
2020
AC_CONFIG_SRCDIR([lib/iconv.c])
2121
AC_CONFIG_AUX_DIR([build-aux])

libcharset/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2018-09-22 Bruno Haible <bruno@clisp.org>
27

38
Avoid some warnings in MSVC build.

libcharset/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU Library General Public License
1515
dnl along with the GNU CHARSET Library; see the file COPYING.LIB. If not,
1616
dnl see <https://www.gnu.org/licenses/>.
1717

18-
AC_PREREQ([2.60])
18+
AC_PREREQ([2.63])
1919
AC_INIT([libcharset], [1.4])
2020
AC_CONFIG_SRCDIR([lib/localcharset.c])
2121
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)