Changeset 0d7fde9d3eebd0a014358dccfa01882eb1495887

Show
Ignore:
Timestamp:
08/19/05 17:45:52 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1124466352 +0000
git-parent:

[612a68d54e6eb310a81a07a20c4bbfabde3ebf35]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1124466352 +0000
Message:

Attempt to fix problem with dnsdomain name on some OSes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • toolbox

    r2a03eac r0d7fde9  
    448448  VLC_COMPILE_BY=`whoami` 
    449449  VLC_COMPILE_HOST=`hostname` 
    450   if which dnsdomainname 2>&1 >/dev/null; then 
    451     VLC_COMPILE_DOMAIN=`dnsdomainname` 
    452   elif which domainname 2>&1 >/dev/null; then 
    453     VLC_COMPILE_DOMAIN=`domainname` 
    454   else 
    455     VLC_COMPILE_DOMAIN=unknown 
    456   fi 
     450  VLC_COMPILE_DOMAIN=`dnsdomainname 2>/dev/null || domainname 2>/dev/null || echo unknown` 
    457451  VLC_COMPILER=`$CC -v 2>&1 | tail -n 1` 
    458452  if which svnversion 2>&1 >/dev/null; then