File: configure.ac

package info (click to toggle)
gem 1%3A0.93.3-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,548 kB
  • ctags: 29,332
  • sloc: cpp: 134,188; sh: 11,215; makefile: 2,853; ansic: 84
file content (38 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (3)
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
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.


AC_PREREQ(2.60)
AC_INIT(Gem-extras,[0.1],zmoelnig@iem.at)
AM_INIT_AUTOMAKE([1.10 foreign])

AC_CONFIG_MACRO_DIR([../m4])

AC_CONFIG_SRCDIR([README-EXTRA.txt])
AC_CONFIG_FILES([Makefile])

AC_PROG_CXX
AC_SUBST(CXX)

## pix_artoolkit
if test -d "$srcdir/pix_artoolkit"; then
  AC_CONFIG_SUBDIRS([pix_artoolkit])
fi

## pix_drum (Jaime Oliver)
#if test -d "$srcdir/pix_drum"; then
#  AC_CONFIG_SUBDIRS([pix_drum])
#fi

## pix_mano (Jaime Oliver)
#if test -d "$srcdir/pix_mano"; then
#  AC_CONFIG_SUBDIRS([pix_mano])
#fi

### pix_opencv (Yves Degoyon & Lluis Gomez i Bigorda)
#if test -d "$srcdir/pix_opencv"; then
#  AC_CONFIG_SUBDIRS([pix_opencv])
#fi

AC_OUTPUT