diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-31 17:42:33 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-31 17:42:33 +0000 |
commit | 4d52842bb679a244afe7ce9f9f9b5f32f875e792 (patch) | |
tree | 575ca49656a34be1f0b3f07f4ba755fe789b9300 /configure.ac | |
parent | 5ad89d48171c9abed6c2f4f9a95d36051cefc340 (diff) | |
download | xine-lib-4d52842bb679a244afe7ce9f9f9b5f32f875e792.tar.gz xine-lib-4d52842bb679a244afe7ce9f9f9b5f32f875e792.tar.bz2 |
POSIX-compliant use of 'head' and 'tail'.
CVS patchset: 7598
CVS date: 2005/05/31 17:42:33
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e895d292e..ef4659db4 100644 --- a/configure.ac +++ b/configure.ac @@ -2183,7 +2183,7 @@ dnl --------------------------------------------- dnl Some informations about xine-lib compilation dnl --------------------------------------------- -XINE_BUILD_CC="`$CC -v 2>&1 | tail -1`" +XINE_BUILD_CC="`$CC -v 2>&1 | tail -n 1`" XINE_BUILD_OS="`uname -s -r -m`" XINE_BUILD_DATE="`date \"+%a %d %b %Y %T\"`" AC_SUBST(XINE_BUILD_CC) |