Show
Ignore:
Timestamp:
05/26/08 20:56:55 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1211828215 +0300
git-parent:

[2025f093ca1737dd96014d92708fc83fde2e0938]

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

Export WORDS_BIGENDIAN to pkg-config unless someone knows better

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/check_headers

    r9cef959 r83f8815  
    88regexp="$(cat ../config.h.in | \ 
    99    sed -n -e 's/^#undef \([A-Z0-9_]*\)$/\1/p' | \ 
     10    grep -v 'WORDS_BIGENDIAN' | \ 
    1011    xargs | \ 
    1112    sed -e 's/ /\\\|/g')"