mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Updated comments and configure
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
30316cb9c6
commit
d431fc8780
3 changed files with 3724 additions and 3525 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* configure.ac: Updated comments.
|
||||
* configure: Regenerated using the latest autoconf (2.68).
|
||||
|
||||
2011-04-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* TestFramework/gnustep-tests.in: Do not add MAKEFLAGS on a
|
||||
|
|
10
configure.ac
10
configure.ac
|
@ -1004,6 +1004,10 @@ AC_SUBST(BACKEND_BUNDLE)
|
|||
# Miscellaneous flags and setup
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# TODO: This check for a custom ObjC library needs to be moved to
|
||||
# gnustep-base since it concerns the runtime library (see explanations
|
||||
# at the beginning of this file).
|
||||
|
||||
if test "$GNUSTEP_IS_FLATTENED" != yes; then
|
||||
clean_target_os=`$srcdir/clean_os.sh $target_os`
|
||||
clean_target_cpu=`$srcdir/clean_cpu.sh $target_cpu`
|
||||
|
@ -1094,6 +1098,9 @@ if test "$gs_cv_objc_libdir" != "NONE"; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# TODO: This flag needs to be moved to gnustep-base since it concerns
|
||||
# the runtime library (see explanations at the beginning of this
|
||||
# file).
|
||||
AC_MSG_CHECKING(for the flag to link libobjc)
|
||||
AC_ARG_WITH(objc-lib-flag,[
|
||||
--with-objc-lib-flag
|
||||
|
@ -1154,6 +1161,9 @@ AC_MSG_RESULT($OBJC_FINAL_LIB_FLAG)
|
|||
#--------------------------------------------------------------------
|
||||
# Check if libobjc was compiled with thread support.
|
||||
#--------------------------------------------------------------------
|
||||
# TODO: This check needs to be moved to gnustep-base since it concerns
|
||||
# the runtime library (see explanations at the beginning of this
|
||||
# file).
|
||||
OBJC_THREAD=
|
||||
AC_ARG_WITH(thread-lib,[
|
||||
--with-thread-lib
|
||||
|
|
Loading…
Reference in a new issue