Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364574 Details for
Bug 493050
dev-libs/libev-4.15 with sys-devel/automake-1.14 - ./configure: line 2816: syntax error near unexpected token `ac_config_headers="$ac_config_headers config.h"'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix automake-1.14 issue
libev-4.15-automake-1.14.patch (text/plain), 383 bytes, created by
Yixun Lan
on 2013-12-04 09:39:29 UTC
(
hide
)
Description:
fix automake-1.14 issue
Filename:
MIME Type:
Creator:
Yixun Lan
Created:
2013-12-04 09:39:29 UTC
Size:
383 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 7ea3ec8..290fce0 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -1,11 +1,12 @@ > AC_INIT > >+AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h! >+ > orig_CFLAGS="$CFLAGS" > > AC_CONFIG_SRCDIR([ev_epoll.c]) > AC_CONFIG_MACRO_DIR([m4]) > >-AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h! > AC_CONFIG_HEADERS([config.h]) > AM_MAINTAINER_MODE >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 493050
:
364348
|
364350
|
364352
|
364354
| 364574 |
364576