use head -n syntax BEFORE_INDENT RELEASE-0_7_0 RELEASE-0_7_6
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 14:57:53 +0000 (14:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 14:57:53 +0000 (14:57 +0000)
Original commit message from CVS:
use head -n syntax

ChangeLog
m4/ax_create_stdint_h.m4

index 8f846bc..a9b0ddd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       patch by: Stephane Loeuillet
+
+       * m4/ax_create_stdint_h.m4:
+          use head -n instead of head - (#136500)
+
 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * m4/gst-doc.m4: don't build PS without dvips binary
index 775cb4c..706fc1c 100644 (file)
@@ -178,7 +178,7 @@ AC_CHECK_TYPE(intmax_t,,,[#include <$ac_cv_header_stdint>])
 fi # shortcircut to system "stdint.h"
 # ------------------ PREPARE VARIABLES ------------------------------
 if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1` 
+ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1` 
 else
 ac_cv_stdint_message="using $CC"
 fi