ObjFW  Check-in [ff7fcef6a2]

Overview
Comment:Remove warning about GNU libobjc in 0.3 branch.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.3
Files: files | file ages | folders
SHA3-256: ff7fcef6a2be42a8cb1505baee80bfb99d217024f70e0e00b432db651f88bc6c
User & Date: js on 2010-04-30 21:50:51
Other Links: branch diff | manifest | tags
Context
2010-05-05
17:31
Merge latest changes from default branch to 0.3 branch. check-in: 86ee771c1a user: js tags: 0.3
2010-04-30
21:50
Remove warning about GNU libobjc in 0.3 branch. check-in: ff7fcef6a2 user: js tags: 0.3
14:16
Branch for 0.3. check-in: 7c4399b41c user: js tags: 0.3
Changes

Modified configure.ac from [25e64127c8] to [a418b899a7].

404
405
406
407
408
409
410
411
412
413
414
415
416
417
AC_SUBST(CPP)
AC_SUBST(CPPFLAGS)

AC_SUBST(PACKAGE, ObjFW)
AC_CONFIG_FILES([buildsys.mk extra.mk utils/objfw-config])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

if test x"$objc_runtime" = x"GNU"; then
	echo
	echo "Warning: You are using GNU libobjc! Support for GNU libobjc will "
	echo "be dropped in the next version! You should upgrade to ObjFW-RT"
	echo "(the ObjFW runtime) instead!"
fi







<
<
<
<
<
<
<
404
405
406
407
408
409
410







AC_SUBST(CPP)
AC_SUBST(CPPFLAGS)

AC_SUBST(PACKAGE, ObjFW)
AC_CONFIG_FILES([buildsys.mk extra.mk utils/objfw-config])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT