aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAshwin Sekhar T K <asekhar@marvell.com>2021-03-05 18:54:56 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2021-03-10 14:16:14 +0200
commita8935bba6ef8de13a70eeb755905a44106673689 (patch)
treefdaa06622df359b9bd5729a7fa81eac201d2c2e6 /configure.ac
parentd757a77c64ca7ab5dc9bfb0ca7fd2c4889ed4c95 (diff)
configure.ac: remove obsolete autoconf macro
Replace obsolete autoconf macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS. Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 574f2ef24..29a839e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ AS_IF([test "$ac_cv_env_CFLAGS_set" = ""], [user_cflags=0], [user_cflags=1])
# Initialize automake
AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects foreign nostdinc -Wall -Werror])
AC_CONFIG_SRCDIR([include/odp/api/spec/init.h])
-AM_CONFIG_HEADER([include/odp/autoheader_build.h include/odp/autoheader_external.h include/odp/autoheader_internal.h helper/include/odp/helper/autoheader_external.h])
+AC_CONFIG_HEADERS([include/odp/autoheader_build.h include/odp/autoheader_external.h include/odp/autoheader_internal.h helper/include/odp/helper/autoheader_external.h])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE