~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl
2
 
dnl Process this file with autoconf to produce a configure script.
 
1
dnl $Id: configure.in,v 1.44 2005/12/28 22:41:13 tom Exp $
 
2
dnl Process this file with autoconf to produce a configure script for CDK.
3
3
dnl
4
4
AC_INIT(include/cdk.h)
5
5
AC_CONFIG_HEADER(include/cdk_config.h:include/config.hin)
31
31
CF_PROG_EXT
32
32
CF_LIB_PREFIX
33
33
 
 
34
AC_ARG_WITH(man-section,
 
35
        [  --with-man-section=XXX  change manpage section (default 3)],
 
36
        [MANSECT=$with_man_section],
 
37
        [MANSECT=3])
 
38
case .$MANSECT in
 
39
.yes|.no)
 
40
        MANSECT=3
 
41
        ;;
 
42
esac
 
43
MAN_DIR=`echo $MANSECT | sed -e 's/^\(.\).*/\1/'`
 
44
AC_SUBST(MAN_DIR)
 
45
AC_SUBST(MANSECT)
 
46
 
34
47
CF_WITH_CURSES_DIR
35
48
CF_WITH_WARNINGS
36
49
CF_WITH_LIBTOOL
123
136
        \
124
137
)
125
138
 
 
139
CF_WITH_NC_ALLOC_H
126
140
CF_CURSES_SETBEGYX
127
141
 
128
142
dnl