changed AC_CONFIG_HEADER to AC_CONFIG_HEADERS in configure.ac

This commit is contained in:
2022-08-17 09:59:29 +00:00
parent 4020a2401b
commit 065147c97d
8 changed files with 60 additions and 50 deletions

View File

@ -2,7 +2,7 @@ dnl AC_PREREQ([2.67])
AC_INIT([hcl],[0.1.0],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],[],[http://code.miflux.com/@hcl])
AC_CONFIG_HEADER([lib/hcl-cfg.h])
AC_CONFIG_HEADERS([lib/hcl-cfg.h])
AC_CONFIG_AUX_DIR([ac])
AC_CONFIG_MACRO_DIR([m4])