File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pimd / libite / configure.ac
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 14 09:12:58 2017 UTC (7 years, 3 months ago) by misho
Branches: pimd, MAIN
CVS tags: v2_3_2, HEAD
libite

    1: # Use v2.61 for backwards compat with Ubuntu 12.04 LTS
    2: AC_PREREQ([2.61])
    3: AC_INIT(libite, 1.4.4, https://github.com/troglobit/libite/issues)
    4: AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
    5: AM_SILENT_RULES([yes])
    6: 
    7: AC_CONFIG_SRCDIR(lite.h)
    8: AM_CONFIG_HEADER(config.h)
    9: AC_CONFIG_FILES([Makefile libite.pc])
   10: AC_CONFIG_MACRO_DIR([m4])
   11: 
   12: AC_PROG_CC
   13: AM_PROG_AR
   14: LT_INIT
   15: 
   16: AC_HEADER_STDC
   17: AC_C_CONST
   18: 
   19: AC_OUTPUT

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>