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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Debian KDE Extras Team, Achim Bohnet
  • Date: 2006-08-22 17:11:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060822171142-wmuezmfcu74crfla
Tags: 0.4.4-2
[ Achim Bohnet ]
control: remove Depends: kdelibs-bin.  kdelibs-bin was merged into
kdelibs4c2a (4:3.5.3-1). kdelibs4c2a is added via ${shlibs:Depends}.
Thx Hobbsee for reminding me (again and again :).

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.2, "3.5.3") dnl searches for some needed programs
 
43
AM_INIT_AUTOMAKE(knemo-0.4.4, "3.5.4") dnl searches for some needed programs
44
44
 
45
45
KDE_SET_PREFIX
46
46
 
121
121
AC_CONFIG_FILES([ src/Makefile ])
122
122
AC_CONFIG_FILES([ src/kcm/Makefile ])
123
123
AC_CONFIG_FILES([ src/knemod/Makefile ])
 
124
AC_CONFIG_FILES([ src/knemod/backends/Makefile ])
124
125
AC_CONFIG_FILES([ src/knemod/pics/Makefile ])
125
126
AC_CONFIG_FILES([ translations/Makefile ])
126
127
AC_CONFIG_FILES([ translations/bg/Makefile ])
151
152
AC_CONFIG_FILES([ translations/hu/messages/Makefile ])
152
153
AC_CONFIG_FILES([ translations/it/Makefile ])
153
154
AC_CONFIG_FILES([ translations/it/messages/Makefile ])
 
155
AC_CONFIG_FILES([ translations/ja/Makefile ])
 
156
AC_CONFIG_FILES([ translations/ja/messages/Makefile ])
154
157
AC_CONFIG_FILES([ translations/ka/Makefile ])
155
158
AC_CONFIG_FILES([ translations/ka/messages/Makefile ])
156
159
AC_CONFIG_FILES([ translations/lt/Makefile ])