~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to domainjoin/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
AC_CHECK_LIB([pthread], [pthread_create])
205
205
AC_CHECK_LIB([rt], [clock_settime])
206
206
AC_CHECK_LIB([socket], [bind])
 
207
AC_CHECK_LIB([dl], [dlopen])
207
208
 
208
209
# Checks for header files.
209
210
AC_HEADER_STDC
223
224
AC_TYPE_SIGNAL
224
225
AC_FUNC_STRFTIME
225
226
AC_FUNC_VPRINTF
226
 
AC_CHECK_FUNCS([atexit bzero localtime_r memset select socket strchr strerror vsyslog sysinfo sysconf clock_gettime clock_settime settimeofday gettimeofday])
 
227
AC_CHECK_FUNCS([atexit bzero localtime_r memset select socket strchr strerror vsyslog sysinfo sysconf clock_gettime clock_settime settimeofday gettimeofday sigprocmask])
227
228
AC_CHECK_DECLS([isblank], [], [], [#include <ctype.h>])
228
229
 
229
230
AC_ARG_WITH(gtk,
285
286
                 tests/test_file_utils/src/Makefile], echo timestamp > stamp-h
286
287
)
287
288
 
 
289
case `uname -s` in
 
290
    Darwin)
 
291
          AC_CONFIG_FILES([domainjoin-gui/carbon/libdomainjoin-mac/src/Makefile], echo timestamp >> stamp-h)
 
292
          LIBDOMAINJOINMAC_SUBDIR="domainjoin-gui/carbon/libdomainjoin-mac/src"
 
293
          ;;
 
294
    *)
 
295
          LIBDOMAINJOINMAC_SUBDIR=""
 
296
          ;;
 
297
esac
 
298
 
 
299
AC_SUBST(LIBDOMAINJOINMAC_SUBDIR)
 
300
 
288
301
AC_OUTPUT