configure.ac
changeset 2043 54f80cf6ac86
parent 2012 224cd6aacfc1
child 2056 8acf212a5ed4
     1.1 --- a/configure.ac	Fri Apr 07 09:54:35 2006 +0000
     1.2 +++ b/configure.ac	Wed Apr 12 20:38:22 2006 +0000
     1.3 @@ -17,6 +17,10 @@
     1.4  AC_DISABLE_SHARED
     1.5  AC_PROG_LIBTOOL
     1.6  
     1.7 +dnl i18n
     1.8 +AM_GNU_GETTEXT_VERSION([0.14.5])
     1.9 +AM_GNU_GETTEXT([external])
    1.10 +
    1.11  if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    1.12    CXXFLAGS="$CXXFLAGS -Wall -W"
    1.13  fi
    1.14 @@ -66,7 +70,7 @@
    1.15    AC_MSG_RESULT([no])
    1.16  fi
    1.17  if test x"$enable_gui" != x"no"; then
    1.18 -  AC_CONFIG_SUBDIRS([gui])
    1.19 +  PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
    1.20  fi
    1.21  AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])
    1.22  
    1.23 @@ -99,9 +103,6 @@
    1.24  dnl Checks for header files.
    1.25  AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    1.26  
    1.27 -dnl Checks for header files.
    1.28 -AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    1.29 -
    1.30  dnl Checks for typedefs, structures, and compiler characteristics.
    1.31  AC_C_CONST
    1.32  AC_C_INLINE
    1.33 @@ -124,6 +125,8 @@
    1.34  benchmark/Makefile
    1.35  demo/Makefile
    1.36  test/Makefile
    1.37 +gui/Makefile
    1.38 +po/Makefile.in
    1.39  ])
    1.40  
    1.41  AC_OUTPUT