configure.in.jpegwc
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #
  2. # Copyright (c) @ Regents of the University of California.
  3. # All rights reserved.
  4. # Redistribution and use in source and binary forms, with or without
  5. # modification, are permitted provided that the following conditions
  6. # are met:
  7. # 1. Redistributions of source code must retain the above copyright
  8. #    notice, this list of conditions and the following disclaimer.
  9. # 2. Redistributions in binary form must reproduce the above copyright
  10. #    notice, this list of conditions and the following disclaimer in the
  11. #    documentation and/or other materials provided with the distribution.
  12. # 3. All advertising materials mentioning features or use of this software
  13. #    must display the following acknowledgement:
  14. #  This product includes software developed by the MASH Research
  15. #  Group at the University of California Berkeley.
  16. # 4. Neither the name of the University nor of the Research Group may be
  17. #    used to endorse or promote products derived from this software without
  18. #    specific prior written permission.
  19. # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  20. # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  21. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  22. # ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  23. # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  24. # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  25. # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  26. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  27. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  28. # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  29. # SUCH DAMAGE.
  30. #
  31. AC_ARG_WITH(jpeglib, --with-jpeglib[=path] specify a pathname for the independent jpeg library with progressive enhancements,  jpeglib=$withval, jpeglib="no")
  32. JPEGLIB_H_PLACES_D="$jpeglib 
  33. $jpeglib/include "
  34. JPEGLIB_LIB_PLACES_D="$jpeglib 
  35. $jpeglib/lib 
  36. $jpeglib/bin"
  37. JPEGLIB_H_PLACES="../jpeg 
  38. ../jpeg/include 
  39. /usr/local/include 
  40. /usr/local/include/jpeg 
  41. /usr/local/jpeg 
  42. /usr/local/jpeg/include"
  43. JPEGLIB_LIB_PLACES="../jpeg 
  44. ../jpeg/lib 
  45. ../jpeg/bin 
  46. /usr/local/lib 
  47. /usr/local/bin 
  48. /usr/local/lib/jpeg 
  49. /usr/local/jpeg 
  50. /usr/local/jpeg/lib 
  51. /usr/local/jpeg/bin"
  52. if test "x$jpeglib" != "xno" ; then 
  53. if test "x$jpeglib" = "x" ; then
  54. jpeglib="yes"
  55. reqd=""
  56. else
  57. reqd="yes"
  58. fi
  59. NS_BEGIN_PACKAGE(jpeglib)
  60. NS_CHECK_HEADER_PATH(jpeglib.h,$JPEGLIB_H_PLACES,$jpeglib,$JPEGLIB_H_PLACES_D,V_INCLUDE_JPEGLIB,jpeglib)
  61. NS_CHECK_LIB_PATH(jpeg,$JPEGLIB_LIB_PLACES,$jpeglib,$JPEGLIB_LIB_PLACES_D,V_LIB_JPEGLIB,jpeglib)
  62. NS_END_PACKAGE(jpeglib,$reqd)
  63. V_JPEGWC_OBJ_C="misc/jpegwc-tclapi.o misc/jpegwc.o"
  64. else
  65. V_JPEGWC_OBJ_C=""
  66. fi
  67. # V_DEFINE_JPEGWC="-D__JPEGWC__"
  68. #AC_SUBST(V_DEFINE_JPEGWC)
  69. #AC_SUBST(V_INCLUDE_JPEGWC)
  70. AC_SUBST(V_LIB_JPEGLIB)
  71. AC_SUBST(V_JPEGWC_OBJ_C)