~ubuntu-branches/ubuntu/saucy/kde-i18n-fy/saucy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-11-15 14:14:44 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071115141444-4457y26wcs03bepp
Tags: 4:3.5.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl =======================================================
4
4
 
5
5
AC_INIT(messages/Makefile.am)
6
 
AM_INIT_AUTOMAKE(kde-i18n-fy, "3.5.7")
 
6
AM_INIT_AUTOMAKE(kde-i18n-fy, "3.5.8")
7
7
AM_CONFIG_HEADER(config.h)
8
8
AC_SUBST(AUTODIRS)
9
9
AM_KDE_WITH_NLS
22
22
AC_CONFIG_FILES([ messages/kdelibs/Makefile ])
23
23
AC_CONFIG_FILES([ messages/kdepim/Makefile ])
24
24
AC_CONFIG_FILES([ messages/kdeutils/Makefile ])
 
25
AC_CONFIG_FILES([ messages/koffice/Makefile ])
25
26
AC_OUTPUT
26
27
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
27
28
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then