~ubuntu-branches/ubuntu/maverick/knemo/maverick

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2007-07-19 21:48:50 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070719214850-hqbvq68le5cshks0
Tags: 0.4.8-1
* New upstream release
  - fixed high CPU load when the default gateway is missing (sysbackend)
  - spawns many processes even when disabled (Closes: #411013)
  - CPU usage way too high (Closes: #411146)
  - New upstream 0.4.8 (Closes: #432835)

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.6, "3.5.5") dnl searches for some needed programs
 
43
AM_INIT_AUTOMAKE(knemo-0.4.8, "3.5.7") dnl searches for some needed programs
44
44
 
45
45
KDE_SET_PREFIX
46
46
 
93
93
AC_HEADER_TIME
94
94
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
95
95
AC_CHECK_FUNCS(usleep)
 
96
AC_CHECK_LIB(iw,iw_sockets_open)
96
97
 
97
98
dnl Check path to ifconfig, iwconfig and route.
98
99
 
124
125
AC_CONFIG_FILES([ src/knemod/backends/Makefile ])
125
126
AC_CONFIG_FILES([ src/knemod/pics/Makefile ])
126
127
AC_CONFIG_FILES([ translations/Makefile ])
 
128
AC_CONFIG_FILES([ translations/ar/Makefile ])
 
129
AC_CONFIG_FILES([ translations/ar/messages/Makefile ])
127
130
AC_CONFIG_FILES([ translations/bg/Makefile ])
128
131
AC_CONFIG_FILES([ translations/bg/messages/Makefile ])
129
132
AC_CONFIG_FILES([ translations/br/Makefile ])