[
https://issues.apache.org/jira/browse/TS-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13611032#comment-13611032
]
James Peach commented on TS-1769:
---------------------------------
I think that the diff below will fix it, can you test?
diff --git a/configure.ac b/configure.ac
index 19d2a39..65dfd54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -504,6 +504,7 @@ _ts_saved_CXXFLAGS="${CXXFLAGS}"
AC_PROG_CC
AC_PROG_CXX
+AC_PROG_CC_C_O
CFLAGS="${_ts_saved_CFLAGS}"
CXXFLAGS="${_ts_saved_CXXFLAGS}"
> RHEL 5 autoreconf fail
> ----------------------
>
> Key: TS-1769
> URL: https://issues.apache.org/jira/browse/TS-1769
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Zhao Yongming
>
> [zym@ts1 trafficserver]$ autoreconf -i
> Putting files in AC_CONFIG_AUX_DIR, `build/aux'.
> configure.ac: installing `build/aux/install-sh'
> configure.ac: installing `build/aux/missing'
> cop/Makefile.am: installing `build/aux/depcomp'
> example/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in
> `configure.ac'
> example/Makefile.am: installing `build/aux/compile'
> lib/ts/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in
> `configure.ac'
> lib/tsconfig/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in
> `configure.ac'
> plugins/experimental/cacheurl/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> plugins/experimental/rfc5861/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> plugins/stats_over_http/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O'
> not in `configure.ac'
> autoreconf: automake failed with exit status: 1
> [zym@ts1 trafficserver]$ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 5.7 (Tikanga)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira