(AC_CONFIG_HEADERS): Put config.h in the top directory (intl/*.c
authorhanda <handa>
Fri, 24 Sep 2010 01:26:02 +0000 (01:26 +0000)
committerhanda <handa>
Fri, 24 Sep 2010 01:26:02 +0000 (01:26 +0000)
require it).

configure.ac

index af1ba84..b664b66 100644 (file)
@@ -26,7 +26,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([m17n-lib],[1.6.2],[m17n-lib-bug@m17n.org])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
-AC_CONFIG_HEADERS([src/config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
 API_VERSION=4:0:4