- 
    Enhancement 
- 
    Resolution: Withdrawn
- 
     P3 P3
- 
    openjdk8u
- 
        linux
                    On a RHEL 6 or CentOS 6 Linux host one cannot build OpenJDK 8u.
$ bash common/autoconf/autogen.sh
Using autoconf at /usr/bin/autoconf [autoconf (GNU Autoconf) 2.63]
Generating generated-configure.sh
stdin:33: error: Autoconf version 2.69 or higher is required
stdin:33: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
As it turns out the fix to get autoconf 2.63 support isn't very complex. We should get support for 2.63 since RHEL 6/CentOS 6 is a good build platform for portable OpenJDK builds.
$ bash common/autoconf/autogen.sh
Using autoconf at /usr/bin/autoconf [autoconf (GNU Autoconf) 2.63]
Generating generated-configure.sh
stdin:33: error: Autoconf version 2.69 or higher is required
stdin:33: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
As it turns out the fix to get autoconf 2.63 support isn't very complex. We should get support for 2.63 since RHEL 6/CentOS 6 is a good build platform for portable OpenJDK builds.
- relates to
- 
                    JDK-8197571 Change storage location for generated-configure.sh -           
- Resolved
 
-         
- 
                    JDK-8023957 Lock down version of autoconf -           
- Resolved
 
-         
- 
                    JDK-8195689 Remove generated-configure.sh and instead use autoconf -           
- Resolved
 
-