File: configure.ac

package info (click to toggle)
cpl-plugin-vimos 4.1.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,228 kB
  • sloc: ansic: 169,271; cpp: 16,177; sh: 4,344; python: 3,678; makefile: 1,138; 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