File: configure.ac

package info (click to toggle)
cpl-plugin-vimos 2.9.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,560 kB
  • ctags: 6,341
  • sloc: ansic: 148,777; sh: 11,457; cpp: 724; makefile: 606; python: 287; perl: 10
file content (24 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Process this file with autoconf to produce a configure script.

AC_INIT([libvimoswcs], [2.9.3])

AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(admin)

AM_INIT_AUTOMAKE

AM_MAINTAINER_MODE

# Checks for programs.
AC_PROG_CPP
AC_PROG_CC
AM_PROG_CC_C_O

ESO_PROG_CC_FLAG(fno-builtin, [CFLAGS="$CFLAGS -fno-builtin"])

AC_ENABLE_STATIC(yes)
AC_ENABLE_SHARED(yes)
AC_PROG_LIBTOOL

AC_CONFIG_FILES(Makefile)
AC_OUTPUT