gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11903: Clean up output


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11903: Clean up output
Date: Fri, 05 Feb 2010 01:55:06 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11903
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-05 01:55:06 +0100
message:
  Clean up output
modified:
  macros/gnashpkgtool.m4
=== modified file 'macros/gnashpkgtool.m4'
--- a/macros/gnashpkgtool.m4    2010-02-05 00:41:05 +0000
+++ b/macros/gnashpkgtool.m4    2010-02-05 00:55:06 +0000
@@ -129,11 +129,12 @@
       dnl It seems we need to explicitly call AC_DEFINE as AC_CHECK_HEADER 
doesn't
       dnl do this automatically. AC_CHECK_HEADERS (not the final S) would do 
it.
       AC_DEFINE([HAVE_]UPHEADER, 1, [Define if you have the $2 header])
-         AC_MSG_RESULT(${ac_cv_path_$1_incl})
       if test x"${ac_cv_path_$1_incl}" != x -a x"${ac_cv_path_$1_incl}" != 
x"-I/usr/include"; then
         UP[]_CFLAGS="${ac_cv_path_$1_incl}"
+        AC_MSG_RESULT(${ac_cv_path_$1_incl})
       else
         UP[]_CFLAGS=""
+        AC_MSG_RESULT([found])
       fi
   else
        AC_MSG_RESULT([not found])
@@ -201,7 +202,6 @@
   fi
   
   if test x"${ac_manual}" != xyes -a x"${ac_cv_path_$1_lib}" = x; then
-       AC_MSG_CHECKING([for lib$1 library]) 
        ac_manual=yes
   fi  
   
@@ -237,7 +237,12 @@
   fi
   
   if test x"${ac_manual}" = xyes ; then
-       AC_MSG_RESULT(${ac_cv_path_$1_lib})
+       AC_MSG_CHECKING([for lib$1 library]) 
+       if test x"${ac_cv_path_$1_lib}" != x ; then
+    AC_MSG_RESULT(${ac_cv_path_$1_lib})
+       else
+    AC_MSG_RESULT([not found])
+    fi         
   fi
   
   if test x"${ac_cv_path_$1_lib}" != x ; then


reply via email to

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