File: configure.ac

package info (click to toggle)
libgfshare 2.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: sh: 11,402; ansic: 845; makefile: 63
file content (42 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright (c) Daniel Silverstone <dsilvers@digital-scurf.org> 2006-2015


AC_PREREQ(2.57)
AC_INIT(libgfshare, [2.0.0], [dsilvers@digital-scurf.org])
AC_SUBST(LTLIBVER, 2:0:0)

AC_CONFIG_MACRO_DIR(m4)

AC_CONFIG_SRCDIR([include/libgfshare.h])

AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 tar-ustar subdir-objects])
AM_MAINTAINER_MODE

AC_PROG_CPP
AC_PROG_CC
AC_PROG_CXX
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET

AC_PROG_LIBTOOL

COMPILER_COVERAGE
LINKER_OPTIMISATIONS
COMPILER_WARNINGS
COMPILER_OPTIMISATIONS


AC_CONFIG_FILES([
Makefile
libgfshare.pc
man/gfsplit.1
man/gfcombine.1
man/gfshare.7
man/libgfshare.5
])

AC_CONFIG_HEADERS([config.h])

AC_OUTPUT