Changeset 37338 for lang/objective-cplusplus/i3/trunk/configure.ac
- Timestamp:
- 05/02/10 11:52:09 (3 years ago)
- Files:
-
- 1 modified
-
lang/objective-cplusplus/i3/trunk/configure.ac (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/configure.ac
r37336 r37338 67 67 68 68 if test ! -d "$srcdir"; then 69 AC_MSG_ ERROR([Environment variable "srcdir" not found, please report this to $PACKAGE_BUGREPORT])69 AC_MSG_FAILURE([Environment variable "srcdir" not found, please report this to $PACKAGE_BUGREPORT]) 70 70 fi 71 71 … … 181 181 ;; 182 182 *) 183 AC_MSG_ ERROR([--with-gui=$with_gui is invalid])183 AC_MSG_FAILURE([--with-gui=$with_gui is invalid]) 184 184 ;; 185 185 esac … … 251 251 echo ================= 252 252 echo 253 AC_MSG_ ERROR([Objective-C++ toolset does not work])])253 AC_MSG_FAILURE([Objective-C++ toolset does not work])]) 254 254 255 255 LDFLAGS="$LDFLAGS_ORIG" … … 287 287 # 288 288 289 AX_BOOST_BASE([1.33.1], [], [AC_MSG_ ERROR([boost c++ libraries required])])289 AX_BOOST_BASE([1.33.1], [], [AC_MSG_FAILURE([boost c++ libraries required])]) 290 290 CPPFLAGS="${BOOST_CPPFLAGS} ${CPPFLAGS}" # Preprocesser 291 291 LDFLAGS="${BOOST_LDFLAGS} ${LDFLAGS}" … … 300 300 $SHELL $srcdir/unix/scripts/POTFILES.in.sh 301 301 if test $? -ne 0; then 302 AC_MSG_ ERROR([can't update po/POTFILES.in])302 AC_MSG_FAILURE([can't update po/POTFILES.in]) 303 303 fi 304 304 … … 306 306 $SHELL $srcdir/unix/scripts/LINGUAS.sh 307 307 if test $? -ne 0; then 308 AC_MSG_ ERROR([can't update po/LINGUAS])308 AC_MSG_FAILURE([can't update po/LINGUAS]) 309 309 fi 310 310 … … 385 385 rm -f $output 386 386 if test -e $output; then 387 AC_MSG_ ERROR([can't remove file '$output'])387 AC_MSG_FAILURE([can't remove file '$output']) 388 388 fi 389 389 CXXFLAGS="-x $GCH_LANG -o $output $CXXFLAGS" … … 485 485 } 486 486 ]])], [AC_MSG_RESULT([yes])], 487 [AC_MSG_RESULT([no]); AC_MSG_ ERROR([simple test program does not work])])487 [AC_MSG_RESULT([no]); AC_MSG_FAILURE([simple test program does not work])]) 488 488 489 489 AC_MSG_CHECKING([for simple error test program]) 490 490 AC_LINK_IFELSE( 491 491 [AC_LANG_PROGRAM([[ struct {} foo = "bar"; ]],[[]])], 492 [AC_MSG_RESULT([yes]); AC_MSG_ ERROR([no error])],492 [AC_MSG_RESULT([yes]); AC_MSG_FAILURE([no error])], 493 493 [AC_MSG_RESULT([no])]) 494 494 495 AC_CHECK_HEADERS([__NON__EXISTANT__HEADER__FILE__], [AC_MSG_ ERROR([no error when include file is not found])])495 AC_CHECK_HEADERS([__NON__EXISTANT__HEADER__FILE__], [AC_MSG_FAILURE([no error when include file is not found])]) 496 496 497 497 # ---------------------------------------
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)