[PATCH] configure.ac: fix syntax error in ./configure
Alejandro Mery
amery at geeks.cl
Thu Dec 11 18:16:57 CET 2014
dnl eats the new line between both statements
./configure: line 2815: syntax error near unexpected token `ac_config_headers="$ac_config_headers config.h"'
./configure: line 2815: `fi ac_config_headers="$ac_config_headers config.h"'
this is still a problem with autoconf 2.69 compiling libev-4.19 from sources
autoconf 2.69 on Ubuntu 14.04.1 LTS x86_64
thanks,
Alejandro Mery
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 7e2d5e3..69e0c43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ orig_CFLAGS="$CFLAGS"
AC_CONFIG_SRCDIR([ev_epoll.c])
AM_INIT_AUTOMAKE(libev,4.19) dnl also update ev.h!
+
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
--
2.2.0
More information about the libev
mailing list