File: configure.ac

package info (click to toggle)
cpl-plugin-vimos 3.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,188 kB
  • sloc: ansic: 169,153; cpp: 14,555; sh: 4,250; python: 1,423; makefile: 899; 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