Skip to content

Commit 49cd8bd

Browse files
committed
Don't use an undocumented Autoconf macro.
1 parent fa243a1 commit 49cd8bd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

libcharset/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-01-23 Bruno Haible <bruno@clisp.org>
2+
3+
Don't use an undocumented Autoconf macro.
4+
* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
5+
16
2017-07-15 Bruno Haible <bruno@clisp.org>
27

38
Get rid of autom4te.cache directories, as far as possible.

libcharset/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl Copyright (C) 2000-2003, 2005-2009, 2016 Free Software Foundation, Inc.
1+
dnl Copyright (C) 2000-2003, 2005-2009, 2016, 2018 Free Software Foundation, Inc.
22
dnl This file is part of the GNU CHARSET Library.
33
dnl
44
dnl The GNU CHARSET Library is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@ AC_PREREQ([2.60])
1919
AC_INIT([libcharset], [1.4])
2020
AC_CONFIG_SRCDIR([lib/localcharset.c])
2121
AC_CONFIG_AUX_DIR([build-aux])
22-
AC_CONFIG_HEADER([config.h])
22+
AC_CONFIG_HEADERS([config.h])
2323
AC_PROG_MAKE_SET
2424

2525
dnl checks for basic programs

0 commit comments

Comments
 (0)