~ubuntu-branches/ubuntu/trusty/skktools/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-10-01 01:27:04 UTC
  • mfrom: (1.2.2 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20071001012704-ac3pnfs676twdvrc
Tags: 1.3.1-1
* New upstream release.
* debian/copyright, debian/watch: Replace "openlab.ring.gr.jp" with
  "openlab.jp".

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  [  --without-skkdic-expr2  skip compiling skkdic-expr2],
13
13
  [WITH_SKKDIC_EXPR2="$withval"])
14
14
 
 
15
dnl checks for Unix variants
 
16
AC_GNU_SOURCE
 
17
 
15
18
dnl Checks for programs.
16
19
AC_PROG_AWK
17
20
AC_PROG_CC
27
30
dnl Checks for executable suffix.
28
31
AC_EXEEXT
29
32
 
 
33
dnl Checks for system functions.
 
34
 
 
35
AC_CHECK_FUNCS(mkdtemp snprintf)
 
36
dnl if test $ac_cv_func_snprintf = no; then
 
37
dnl    echo "Error: snprintf() not available." >&2 && exit 1
 
38
dnl fi
 
39
 
30
40
dnl Checks for libraries.
31
41
 
32
42
if test "$WITH_GDBM" = yes; then