libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/m4


From: libidn-commit
Subject: CVS libidn/m4
Date: Sun, 12 Jun 2005 18:19:24 +0200

Update of /home/cvs/libidn/m4
In directory dopio:/tmp/cvs-serv9131

Modified Files:
        ax_create_stdint_h.m4 
Log Message:
Turn 'head -1' into 'head -n -1', tiny patch from Carsten Lohrke
<address@hidden>.


--- /home/cvs/libidn/m4/ax_create_stdint_h.m4   2004/01/01 01:30:19     1.5
+++ /home/cvs/libidn/m4/ax_create_stdint_h.m4   2005/06/12 16:19:24     1.6
@@ -178,7 +178,7 @@
 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 -n -1` 
 else
 ac_cv_stdint_message="using $CC"
 fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]