Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Serrano <Manuel.Serrano@inria.fr>2013-04-03 07:58:27 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-04-03 13:57:00 +0400
commit2219fbcfc9cd109f94b52064f752e53b8389340f (patch)
treea49e61e5dda7a9ebe5ac594edeb115a68df82543
parenta3b07048d62f6e247286dc6a9c2d757f2cdc0531 (diff)
Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1
* configure.ac (AM_CONFIG_HEADER): Replace obsolete macro with with AC_CONFIG_HEADERS one.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 347c881..e5201d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc])
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS([src/config.h])
# Checks for programs.
AM_PROG_CC_C_O