Revision: 6299 Author: ek.kato Date: Mon Mar 29 21:25:45 2010 Log: * m4/ax_path_qmake4.m4 : Suppress warning.
http://code.google.com/p/uim/source/detail?r=6299 Modified: /trunk/m4/ax_path_qmake4.m4 ======================================= --- /trunk/m4/ax_path_qmake4.m4 Sat Sep 29 15:53:59 2007 +++ /trunk/m4/ax_path_qmake4.m4 Mon Mar 29 21:25:45 2010 @@ -34,9 +34,9 @@ if ($qmake4 --version 2>&1 | $EGREP -q 'Qt.*[[Vv]]ersion 4'); then QMAKE4="$qmake4" ax_cv_path_QMAKE4="$qmake4" - AC_SUBST([QMAKE4]) break fi done ]) + AC_SUBST([QMAKE4]) ]) To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
