Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Piatok, 29. marec 2024

Rozdiely pre ep/configure.in medzi verziami 1.12 a 1.13

verzia 1.12, 2002/10/03 15:22:10 verzia 1.13, 2002/10/13 13:35:29
Riadok 1 
Riadok 1 
 dnl $Id$  dnl $Platon: configure.in,v 1.12 2002/10/03 15:22:10 rajo Exp $
   
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)  AC_INIT(src/main.c)
   
 PACKAGE="ep"  PACKAGE="ep"
 VERSION="1.0pre2"  VERSION="1.0pre3"
   
 AC_SUBST(PACKAGE)  AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)  AC_SUBST(VERSION)
Riadok 45  dnl Checks for libraries.
Riadok 45  dnl Checks for libraries.
 # Checks for libraries. {{{  # Checks for libraries. {{{
 dnl Replace `main' with a function in -lncurses:  dnl Replace `main' with a function in -lncurses:
 dnl AC_CHECK_LIB(ncurses, main)  dnl AC_CHECK_LIB(ncurses, main)
   AC_CHECK_LIB(cfg+, cfg_get_context, [], AC_ERROR(libcfg+ library not found
   ============================================================
   
     extended pipelining (ep) needs libcfg+ library to run.
     libcfg+ is command line and config file parsing library.
     You can get libcfg+ sources and binary packages from
   
              http://platon.sk/projects/libcfg+/
   
   ============================================================))
 # }}} Checks for libraries.  # }}} Checks for libraries.
   
 dnl Checks for header files.  dnl Checks for header files.
Riadok 54  AC_HEADER_SYS_WAIT
Riadok 64  AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(ctype.h errno.h float.h limits.h malloc.h \  AC_CHECK_HEADERS(ctype.h errno.h float.h limits.h malloc.h \
                                  math.h ncurses.h stdarg.h stdio.h stdlib.h \                                   math.h ncurses.h stdarg.h stdio.h stdlib.h \
                                  string.h strings.h sys/time.h unistd.h)                                   string.h strings.h sys/time.h unistd.h)
   AC_CHECK_HEADERS(platon/cfg+.h, [], AC_ERROR(libcfg+ library installed, but header file not found))
 # }}} Checks for header files.  # }}} Checks for header files.
   
 dnl Checks for typedefs, structures, and compiler characteristics.  dnl Checks for typedefs, structures, and compiler characteristics.
Riadok 130  AC_SUBST(MODULES_DEP)
Riadok 141  AC_SUBST(MODULES_DEP)
 AC_OUTPUT(config.h Makefile src/Makefile doc/Makefile)  AC_OUTPUT(config.h Makefile src/Makefile doc/Makefile)
   
 # vim600: fdm=marker fdc=3  # vim600: fdm=marker fdc=3
   

Legend:
Odstranené z verzie1.12  
zmenené riadky
  Pridané vo verzii1.13

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok