Author: hdu Date: Tue Mar 5 08:35:18 2013 New Revision: 1452693 URL: http://svn.apache.org/r1452693 Log: get more detailed info about the build platform's release and version
On the mailing lists there are frequently questions about the binary compatibility of provided builds, e.g. from the buildbots. Autoconf and configure are bit skimpy on the details of the build platform so the questions cannot be easily answered. This change tries to get at least the details provided by /etc/*release and uname. Modified: openoffice/trunk/main/configure.in Modified: openoffice/trunk/main/configure.in URL: http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1452693&r1=1452692&r2=1452693&view=diff ============================================================================== --- openoffice/trunk/main/configure.in (original) +++ openoffice/trunk/main/configure.in Tue Mar 5 08:35:18 2013 @@ -1109,6 +1109,10 @@ else CygwinVer="false" fi +# get info about the system provided release/version details +head /etc/*-release +uname -a + dnl =================================================================== dnl The following is a list of supported systems. dnl Sequential to keep the logic very simple