~ubuntu-branches/ubuntu/trusty/knemo/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-09-27 14:05:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060927140540-jz9yej1srkuukgj2
Tags: 0.4.5-1ubuntu1
Sync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
AC_ARG_PROGRAM
41
41
 
42
42
dnl Automake doc recommends to do this only here. (Janos)
43
 
AM_INIT_AUTOMAKE(knemo-0.4.4, "3.5.4") dnl searches for some needed programs
 
43
AM_INIT_AUTOMAKE(knemo-0.4.5, "3.5.4") dnl searches for some needed programs
44
44
 
45
45
KDE_SET_PREFIX
46
46
 
148
148
AC_CONFIG_FILES([ translations/fr/messages/Makefile ])
149
149
AC_CONFIG_FILES([ translations/ga/Makefile ])
150
150
AC_CONFIG_FILES([ translations/ga/messages/Makefile ])
 
151
AC_CONFIG_FILES([ translations/gl/Makefile ])
 
152
AC_CONFIG_FILES([ translations/gl/messages/Makefile ])
151
153
AC_CONFIG_FILES([ translations/hu/Makefile ])
152
154
AC_CONFIG_FILES([ translations/hu/messages/Makefile ])
153
155
AC_CONFIG_FILES([ translations/it/Makefile ])