~ubuntu-branches/ubuntu/saucy/mythes/saucy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2011-12-21 21:36:25 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111221213625-dv1a2psbiu8uibpm
Tags: 2:1.2.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([mythes],[1.2.1],[nemeth@openoffice.org])
2
 
 
3
 
AM_INIT_AUTOMAKE(mythes, 1.2.1)
4
 
 
5
 
AC_CONFIG_MACRO_DIR([m4])
6
 
 
 
1
#                                               -*- Autoconf -*-
 
2
# Process this file with autoconf to produce a configure script.
 
3
 
 
4
m4_pattern_allow
 
5
 
 
6
AC_PREREQ(2.59)
 
7
AC_INIT([mythes],[1.2.2],[nemeth@openoffice.org])
 
8
 
 
9
AC_CANONICAL_SYSTEM
 
10
AC_SUBST(XFAILED)
 
11
 
 
12
AM_INIT_AUTOMAKE(mythes, 1.2.2)
7
13
MYTHES_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1`
8
14
MYTHES_VERSION_MINOR=`echo $VERSION | cut -d"." -f2`
9
15
AC_SUBST(MYTHES_VERSION_MAJOR)
10
16
AC_SUBST(MYTHES_VERSION_MINOR)
11
17
 
12
 
AC_CONFIG_HEADER(config.h)
 
18
AC_CONFIG_SRCDIR([config.h.in])
 
19
AC_CONFIG_HEADER([config.h])
13
20
 
 
21
# Checks for programs.
 
22
AC_PROG_CXX
14
23
AC_PROG_CC
15
 
 
16
 
AC_PROG_CXX
17
 
 
18
 
AC_PROG_INSTALL
19
 
 
20
 
AC_LIB_RPATH
21
 
 
22
24
AC_PROG_LIBTOOL
 
25
AC_LIBTOOL_WIN32_DLL
23
26
 
24
27
PKG_CHECK_MODULES(HUNSPELL, [hunspell])
25
28