acobjc.m4
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:1k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. # Check for Objective-C compiler.
  2. # For now we assume this is the same as $CC.
  3. # This only exists to call _AM_DEPENDENCIES!
  4. # Copyright 2004 Swarm Development Group.
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2, or (at your option)
  8. # any later version.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program; if not, write to the Free Software
  15. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  16. # 02111-1307, USA.
  17. AC_DEFUN([wn_PROG_OBJC],[
  18. test -n "$OBJC" || OBJC="$CC"
  19. AC_SUBST(OBJC)
  20. _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
  21. ])