Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ f4445f53

History | View | Annotate | Download (23 kB)

1
# Configure script for Ganeti
2
m4_define([gnt_version_major], [2])
3
m4_define([gnt_version_minor], [11])
4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~alpha1])
6
m4_define([gnt_version_full],
7
          m4_format([%d.%d.%d%s],
8
                    gnt_version_major, gnt_version_minor,
9
                    gnt_version_revision, gnt_version_suffix))
10

    
11
AC_PREREQ(2.59)
12
AC_INIT(ganeti, gnt_version_full, ganeti@googlegroups.com)
13
AC_CONFIG_AUX_DIR(autotools)
14
AC_CONFIG_SRCDIR(configure)
15
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
16

    
17
AC_SUBST([VERSION_MAJOR], gnt_version_major)
18
AC_SUBST([VERSION_MINOR], gnt_version_minor)
19
AC_SUBST([VERSION_REVISION], gnt_version_revision)
20
AC_SUBST([VERSION_SUFFIX], gnt_version_suffix)
21
AC_SUBST([VERSION_FULL], gnt_version_full)
22

    
23
AC_SUBST([BINDIR], $bindir)
24
AC_SUBST([SBINDIR], $sbindir)
25
AC_SUBST([MANDIR], $mandir)
26

    
27
# --enable-versionfull
28
AC_ARG_ENABLE([versionfull],
29
  [AS_HELP_STRING([--enable-versionfull],
30
                  m4_normalize([use the full version string rather
31
                  than major.minor for version directories]))],
32
  [[if test "$enableval" != no; then
33
      USE_VERSION_FULL=yes
34
    else
35
      USER_VERSION_FULL=no
36
    fi
37
  ]],
38
  [USE_VERSION_FULL=no
39
  ])
40
AC_SUBST(USE_VERSION_FULL, $USE_VERSION_FULL)
41
AM_CONDITIONAL([USE_VERSION_FULL], [test "$USE_VERSION_FULL" = yes])
42

    
43
# --enable-symlinks
44
AC_ARG_ENABLE([symlinks],
45
  [AS_HELP_STRING([--enable-symlinks],
46
                  m4_normalize([also install version-dependent symlinks under
47
                  $sysconfdir (default: disabled)]))],
48
  [[if test "$enableval" != yes; then
49
      INSTALL_SYMLINKS=no
50
    else
51
      INSTALL_SYMLINKS=yes
52
    fi
53
  ]],
54
  [INSTALL_SYMLINKS=no
55
  ])
56
AC_SUBST(INSTALL_SYMLINKS, $INSTALL_SYMLINKS)
57
AM_CONDITIONAL([INSTALL_SYMLINKS], [test "$INSTALL_SYMLINKS" = yes])
58

    
59
# --with-ssh-initscript=...
60
AC_ARG_WITH([ssh-initscript],
61
  [AS_HELP_STRING([--with-ssh-initscript=SCRIPT],
62
    [SSH init script to use (default is /etc/init.d/ssh)]
63
  )],
64
  [ssh_initd_script="$withval"],
65
  [ssh_initd_script="/etc/init.d/ssh"])
66
AC_SUBST(SSH_INITD_SCRIPT, $ssh_initd_script)
67

    
68
# --with-export-dir=...
69
AC_ARG_WITH([export-dir],
70
  [AS_HELP_STRING([--with-export-dir=DIR],
71
    [directory to use by default for instance image]
72
    [ exports (default is /srv/ganeti/export)]
73
  )],
74
  [export_dir="$withval"],
75
  [export_dir="/srv/ganeti/export"])
76
AC_SUBST(EXPORT_DIR, $export_dir)
77

    
78
# --with-ssh-config-dir=...
79
AC_ARG_WITH([ssh-config-dir],
80
  [AS_HELP_STRING([--with-ssh-config-dir=DIR],
81
    [ directory with ssh host keys ]
82
    [ (default is /etc/ssh)]
83
  )],
84
  [ssh_config_dir="$withval"],
85
  [ssh_config_dir="/etc/ssh"])
86
AC_SUBST(SSH_CONFIG_DIR, $ssh_config_dir)
87

    
88
# --with-xen-config-dir=...
89
AC_ARG_WITH([xen-config-dir],
90
  [AS_HELP_STRING([--with-xen-config-dir=DIR],
91
                  m4_normalize([Xen configuration directory
92
                                (default: /etc/xen)]))],
93
  [xen_config_dir="$withval"],
94
  [xen_config_dir=/etc/xen])
95
AC_SUBST(XEN_CONFIG_DIR, $xen_config_dir)
96

    
97
# --with-os-search-path=...
98
AC_ARG_WITH([os-search-path],
99
  [AS_HELP_STRING([--with-os-search-path=LIST],
100
    [comma separated list of directories to]
101
    [ search for OS images (default is /srv/ganeti/os)]
102
  )],
103
  [os_search_path="$withval"],
104
  [os_search_path="/srv/ganeti/os"])
105
AC_SUBST(OS_SEARCH_PATH, $os_search_path)
106

    
107
# --with-extstorage-search-path=...
108
AC_ARG_WITH([extstorage-search-path],
109
  [AS_HELP_STRING([--with-extstorage-search-path=LIST],
110
    [comma separated list of directories to]
111
    [ search for External Storage Providers]
112
    [ (default is /srv/ganeti/extstorage)]
113
  )],
114
  [es_search_path="$withval"],
115
  [es_search_path="/srv/ganeti/extstorage"])
116
AC_SUBST(ES_SEARCH_PATH, $es_search_path)
117

    
118
# --with-iallocator-search-path=...
119
AC_ARG_WITH([iallocator-search-path],
120
  [AS_HELP_STRING([--with-iallocator-search-path=LIST],
121
    [comma separated list of directories to]
122
    [ search for instance allocators (default is $libdir/ganeti/iallocators)]
123
  )],
124
  [iallocator_search_path="$withval"],
125
  [iallocator_search_path="$libdir/$PACKAGE_NAME/iallocators"])
126
AC_SUBST(IALLOCATOR_SEARCH_PATH, $iallocator_search_path)
127

    
128
# --with-xen-bootloader=...
129
AC_ARG_WITH([xen-bootloader],
130
  [AS_HELP_STRING([--with-xen-bootloader=PATH],
131
    [bootloader for Xen hypervisor (default is empty)]
132
  )],
133
  [xen_bootloader="$withval"],
134
  [xen_bootloader=])
135
AC_SUBST(XEN_BOOTLOADER, $xen_bootloader)
136

    
137
# --with-xen-kernel=...
138
AC_ARG_WITH([xen-kernel],
139
  [AS_HELP_STRING([--with-xen-kernel=PATH],
140
    [DomU kernel image for Xen hypervisor (default is /boot/vmlinuz-3-xenU)]
141
  )],
142
  [xen_kernel="$withval"],
143
  [xen_kernel="/boot/vmlinuz-3-xenU"])
144
AC_SUBST(XEN_KERNEL, $xen_kernel)
145

    
146
# --with-xen-initrd=...
147
AC_ARG_WITH([xen-initrd],
148
  [AS_HELP_STRING([--with-xen-initrd=PATH],
149
    [DomU initrd image for Xen hypervisor (default is /boot/initrd-3-xenU)]
150
  )],
151
  [xen_initrd="$withval"],
152
  [xen_initrd="/boot/initrd-3-xenU"])
153
AC_SUBST(XEN_INITRD, $xen_initrd)
154

    
155
# --with-kvm-kernel=...
156
AC_ARG_WITH([kvm-kernel],
157
  [AS_HELP_STRING([--with-kvm-kernel=PATH],
158
    [Guest kernel image for KVM hypervisor (default is /boot/vmlinuz-3-kvmU)]
159
  )],
160
  [kvm_kernel="$withval"],
161
  [kvm_kernel="/boot/vmlinuz-3-kvmU"])
162
AC_SUBST(KVM_KERNEL, $kvm_kernel)
163

    
164
# --with-kvm-path=...
165
AC_ARG_WITH([kvm-path],
166
  [AS_HELP_STRING([--with-kvm-path=PATH],
167
    [absolute path to the kvm binary]
168
    [ (default is /usr/bin/kvm)]
169
  )],
170
  [kvm_path="$withval"],
171
  [kvm_path="/usr/bin/kvm"])
172
AC_SUBST(KVM_PATH, $kvm_path)
173

    
174
# --with-lvm-stripecount=...
175
AC_ARG_WITH([lvm-stripecount],
176
  [AS_HELP_STRING([--with-lvm-stripecount=NUM],
177
    [the default number of stripes to use for LVM volumes]
178
    [ (default is 1)]
179
  )],
180
  [lvm_stripecount="$withval"],
181
  [lvm_stripecount=1])
182
AC_SUBST(LVM_STRIPECOUNT, $lvm_stripecount)
183

    
184
# --with-ssh-login-user=...
185
AC_ARG_WITH([ssh-login-user],
186
  [AS_HELP_STRING([--with-ssh-login-user=USERNAME],
187
    [user to use for SSH logins within the cluster (default is root)]
188
  )],
189
  [ssh_login_user="$withval"],
190
  [ssh_login_user=root])
191
AC_SUBST(SSH_LOGIN_USER, $ssh_login_user)
192

    
193
# --with-ssh-console-user=...
194
AC_ARG_WITH([ssh-console-user],
195
  [AS_HELP_STRING([--with-ssh-console-user=USERNAME],
196
    [user to use for SSH logins to access instance consoles (default is root)]
197
  )],
198
  [ssh_console_user="$withval"],
199
  [ssh_console_user=root])
200
AC_SUBST(SSH_CONSOLE_USER, $ssh_console_user)
201

    
202
# --with-default-user=...
203
AC_ARG_WITH([default-user],
204
  [AS_HELP_STRING([--with-default-user=USERNAME],
205
    [default user for daemons]
206
    [ (default is to run all daemons as root)]
207
  )],
208
  [user_default="$withval"],
209
  [user_default=root])
210

    
211
# --with-default-group=...
212
AC_ARG_WITH([default-group],
213
  [AS_HELP_STRING([--with-default-group=GROUPNAME],
214
    [default group for daemons]
215
    [ (default is to run all daemons under group root)]
216
  )],
217
  [group_default="$withval"],
218
  [group_default=root])
219

    
220
# --with-user-prefix=...
221
AC_ARG_WITH([user-prefix],
222
  [AS_HELP_STRING([--with-user-prefix=PREFIX],
223
    [prefix for daemon users]
224
    [ (default is to run all daemons as root; use --with-default-user]
225
    [ to change the default)]
226
  )],
227
  [user_masterd="${withval}masterd";
228
   user_rapi="${withval}rapi";
229
   user_confd="${withval}confd";
230
   user_kvmd="$user_default";
231
   user_luxid="${withval}luxid";
232
   user_noded="$user_default";
233
   user_mond="$user_default"],
234
  [user_masterd="$user_default";
235
   user_rapi="$user_default";
236
   user_confd="$user_default";
237
   user_kvmd="$user_default";
238
   user_luxid="$user_default";
239
   user_noded="$user_default";
240
   user_mond="$user_default"])
241
AC_SUBST(MASTERD_USER, $user_masterd)
242
AC_SUBST(RAPI_USER, $user_rapi)
243
AC_SUBST(CONFD_USER, $user_confd)
244
AC_SUBST(KVMD_USER, $user_kvmd)
245
AC_SUBST(LUXID_USER, $user_luxid)
246
AC_SUBST(NODED_USER, $user_noded)
247
AC_SUBST(MOND_USER, $user_mond)
248

    
249
# --with-group-prefix=...
250
AC_ARG_WITH([group-prefix],
251
  [AS_HELP_STRING([--with-group-prefix=PREFIX],
252
    [prefix for daemon POSIX groups]
253
    [ (default is to run all daemons under group root; use]
254
    [ --with-default-group to change the default)]
255
  )],
256
  [group_rapi="${withval}rapi";
257
   group_admin="${withval}admin";
258
   group_confd="${withval}confd";
259
   group_kvmd="$group_default";
260
   group_luxid="${withval}luxid";
261
   group_masterd="${withval}masterd";
262
   group_noded="$group_default";
263
   group_daemons="${withval}daemons";
264
   group_mond="$group_default"],
265
  [group_rapi="$group_default";
266
   group_admin="$group_default";
267
   group_confd="$group_default";
268
   group_kvmd="$group_default";
269
   group_luxid="$group_default";
270
   group_masterd="$group_default";
271
   group_noded="$group_default";
272
   group_daemons="$group_default";
273
   group_mond="$group_default"])
274
AC_SUBST(RAPI_GROUP, $group_rapi)
275
AC_SUBST(ADMIN_GROUP, $group_admin)
276
AC_SUBST(CONFD_GROUP, $group_confd)
277
AC_SUBST(KVMD_GROUP, $group_kvmd)
278
AC_SUBST(LUXID_GROUP, $group_luxid)
279
AC_SUBST(MASTERD_GROUP, $group_masterd)
280
AC_SUBST(NODED_GROUP, $group_noded)
281
AC_SUBST(DAEMONS_GROUP, $group_daemons)
282
AC_SUBST(MOND_GROUP, $group_mond)
283

    
284
# Print the config to the user
285
AC_MSG_NOTICE([Running ganeti-masterd as $group_masterd:$group_masterd])
286
AC_MSG_NOTICE([Running ganeti-rapi as $user_rapi:$group_rapi])
287
AC_MSG_NOTICE([Running ganeti-confd as $user_confd:$group_confd])
288
AC_MSG_NOTICE([Running ganeti-luxid as $user_luxid:$group_luxid])
289
AC_MSG_NOTICE([Group for daemons is $group_daemons])
290
AC_MSG_NOTICE([Group for clients is $group_admin])
291

    
292
# --enable-drbd-barriers
293
AC_ARG_ENABLE([drbd-barriers],
294
  [AS_HELP_STRING([--enable-drbd-barriers],
295
                  m4_normalize([enable the DRBD barriers functionality by
296
                                default (>= 8.0.12) (default: enabled)]))],
297
  [[if test "$enableval" != no; then
298
      DRBD_BARRIERS=n
299
      DRBD_NO_META_FLUSH=False
300
    else
301
      DRBD_BARRIERS=bf
302
      DRBD_NO_META_FLUSH=True
303
    fi
304
  ]],
305
  [DRBD_BARRIERS=n
306
   DRBD_NO_META_FLUSH=False
307
  ])
308
AC_SUBST(DRBD_BARRIERS, $DRBD_BARRIERS)
309
AC_SUBST(DRBD_NO_META_FLUSH, $DRBD_NO_META_FLUSH)
310

    
311
# --enable-syslog[=no/yes/only]
312
AC_ARG_ENABLE([syslog],
313
  [AS_HELP_STRING([--enable-syslog],
314
    [enable use of syslog (default: disabled), one of no/yes/only])],
315
  [[case "$enableval" in
316
      no)
317
        SYSLOG=no
318
        ;;
319
      yes)
320
        SYSLOG=yes
321
        ;;
322
      only)
323
        SYSLOG=only
324
        ;;
325
      *)
326
        SYSLOG=
327
        ;;
328
    esac
329
  ]],
330
  [SYSLOG=no])
331

    
332
if test -z "$SYSLOG"
333
then
334
  AC_MSG_ERROR([invalid value for syslog, choose one of no/yes/only])
335
fi
336
AC_SUBST(SYSLOG_USAGE, $SYSLOG)
337

    
338
# --enable-restricted-commands[=no/yes]
339
AC_ARG_ENABLE([restricted-commands],
340
  [AS_HELP_STRING([--enable-restricted-commands],
341
                  m4_normalize([enable restricted commands in the node daemon
342
                                (default: disabled)]))],
343
  [[if test "$enableval" = no; then
344
      enable_restricted_commands=False
345
    else
346
      enable_restricted_commands=True
347
    fi
348
  ]],
349
  [enable_restricted_commands=False])
350
AC_SUBST(ENABLE_RESTRICTED_COMMANDS, $enable_restricted_commands)
351

    
352
# --with-disk-separator=...
353
AC_ARG_WITH([disk-separator],
354
  [AS_HELP_STRING([--with-disk-separator=STRING],
355
    [Disk index separator, useful if the default of ':' is handled]
356
    [ specially by the hypervisor]
357
  )],
358
  [disk_separator="$withval"],
359
  [disk_separator=":"])
360
AC_SUBST(DISK_SEPARATOR, $disk_separator)
361

    
362
# Check common programs
363
AC_PROG_INSTALL
364
AC_PROG_LN_S
365

    
366
# check if ln is the GNU version of ln (and hence supports -T)
367
if ln --version 2> /dev/null | head -1 | grep -q GNU
368
then
369
  AC_SUBST(HAS_GNU_LN, True)
370
else
371
  AC_SUBST(HAS_GNU_LN, False)
372
fi
373

    
374
# Check for the ip command
375
AC_ARG_VAR(IP_PATH, [ip path])
376
AC_PATH_PROG(IP_PATH, [ip], [])
377
if test -z "$IP_PATH"
378
then
379
  AC_MSG_ERROR([ip command not found])
380
fi
381

    
382
# Check for pandoc
383
AC_ARG_VAR(PANDOC, [pandoc path])
384
AC_PATH_PROG(PANDOC, [pandoc], [])
385
if test -z "$PANDOC"
386
then
387
  AC_MSG_WARN([pandoc not found, man pages rebuild will not be possible])
388
fi
389

    
390
# Check for python-sphinx
391
AC_ARG_VAR(SPHINX, [sphinx-build path])
392
AC_PATH_PROG(SPHINX, [sphinx-build], [])
393
if test -z "$SPHINX"
394
then
395
  AC_MSG_WARN(m4_normalize([sphinx-build not found, documentation rebuild will
396
                            not be possible]))
397
else
398
  # Sphinx exits with code 1 when it prints its usage
399
  sphinxver=`{ $SPHINX --version 2>&1 || :; } | head -n 3`
400

    
401
  if ! echo "$sphinxver" | grep -q -w -e '^Sphinx' -e '^Usage:'; then
402
    AC_MSG_ERROR([Unable to determine Sphinx version])
403

    
404
  # Note: Character classes ([...]) need to be double quoted due to autoconf
405
  # using m4
406
  elif ! echo "$sphinxver" | grep -q -E \
407
       '^Sphinx[[[:space:]]]+(\(sphinx-build\)[[[:space:]]]+|v)[[1-9]]\>'; then
408
    AC_MSG_ERROR([Sphinx 1.0 or higher is required])
409
  fi
410
fi
411
AM_CONDITIONAL([HAS_SPHINX], [test -n "$SPHINX"])
412

    
413
AC_ARG_ENABLE([manpages-in-doc],
414
  [AS_HELP_STRING([--enable-manpages-in-doc],
415
                  m4_normalize([include man pages in HTML documentation
416
                                (requires sphinx; default disabled)]))],
417
  [case "$enableval" in
418
      yes) manpages_in_doc=yes ;;
419
      no) manpages_in_doc= ;;
420
      *)
421
        AC_MSG_ERROR([Bad value $enableval for --enable-manpages-in-doc])
422
        ;;
423
    esac
424
  ],
425
  [manpages_in_doc=])
426
AM_CONDITIONAL([MANPAGES_IN_DOC], [test -n "$manpages_in_doc"])
427
AC_SUBST(MANPAGES_IN_DOC, $manpages_in_doc)
428

    
429
if test -z "$SPHINX" -a -n "$manpages_in_doc"; then
430
  AC_MSG_ERROR([Including man pages in HTML documentation requires sphinx])
431
fi
432

    
433
# Check for graphviz (dot)
434
AC_ARG_VAR(DOT, [dot path])
435
AC_PATH_PROG(DOT, [dot], [])
436
if test -z "$DOT"
437
then
438
  AC_MSG_WARN(m4_normalize([dot (from the graphviz suite) not found,
439
                            documentation rebuild not possible]))
440
fi
441

    
442
# Check for pylint
443
AC_ARG_VAR(PYLINT, [pylint path])
444
AC_PATH_PROG(PYLINT, [pylint], [])
445
if test -z "$PYLINT"
446
then
447
  AC_MSG_WARN([pylint not found, checking code will not be possible])
448
fi
449

    
450
# Check for pep8
451
AC_ARG_VAR(PEP8, [pep8 path])
452
AC_PATH_PROG(PEP8, [pep8], [])
453
if test -z "$PEP8"
454
then
455
  AC_MSG_WARN([pep8 not found, checking code will not be complete])
456
fi
457
AM_CONDITIONAL([HAS_PEP8], [test -n "$PEP8"])
458

    
459
# Check for python-coverage
460
AC_ARG_VAR(PYCOVERAGE, [python-coverage path])
461
AC_PATH_PROGS(PYCOVERAGE, [python-coverage coverage], [])
462
if test -z "$PYCOVERAGE"
463
then
464
  AC_MSG_WARN(m4_normalize([python-coverage or coverage not found, evaluating
465
                            Python test coverage will not be possible]))
466
fi
467

    
468
# Check for socat
469
AC_ARG_VAR(SOCAT, [socat path])
470
AC_PATH_PROG(SOCAT, [socat], [])
471
if test -z "$SOCAT"
472
then
473
  AC_MSG_ERROR([socat not found])
474
fi
475

    
476
# Check for qemu-img
477
AC_ARG_VAR(QEMUIMG_PATH, [qemu-img path])
478
AC_PATH_PROG(QEMUIMG_PATH, [qemu-img], [])
479
if test -z "$QEMUIMG_PATH"
480
then
481
  AC_MSG_WARN([qemu-img not found, using ovfconverter will not be possible])
482
fi
483

    
484
# --enable-confd
485
ENABLE_CONFD=
486
AC_ARG_ENABLE([confd],
487
  [AS_HELP_STRING([--enable-confd],
488
  [enable the ganeti-confd daemon (default: check)])],
489
  [],
490
  [enable_confd=check])
491

    
492
ENABLE_MOND=
493
AC_ARG_ENABLE([monitoring],
494
  [AS_HELP_STRING([--enable-monitoring],
495
  [enable the ganeti monitoring daemon (default: check)])],
496
  [],
497
  [enable_monitoring=check])
498

    
499
# Check for ghc
500
AC_ARG_VAR(GHC, [ghc path])
501
AC_PATH_PROG(GHC, [ghc], [])
502
if test -z "$GHC"; then
503
  AC_MSG_FAILURE([ghc not found, compilation will not possible])
504
fi
505

    
506
AC_MSG_CHECKING([checking for extra GHC flags])
507
GHC_BYVERSION_FLAGS=
508
# check for GHC supported flags that vary accross versions
509
for flag in -fwarn-incomplete-uni-patterns; do
510
  if $GHC -e '0' $flag >/dev/null 2>/dev/null; then
511
   GHC_BYVERSION_FLAGS="$GHC_BYVERSION_FLAGS $flag"
512
  fi
513
done
514
AC_MSG_RESULT($GHC_BYVERSION_FLAGS)
515
AC_SUBST(GHC_BYVERSION_FLAGS)
516

    
517
# Check for ghc-pkg
518
AC_ARG_VAR(GHC_PKG, [ghc-pkg path])
519
AC_PATH_PROG(GHC_PKG, [ghc-pkg], [])
520
if test -z "$GHC_PKG"; then
521
  AC_MSG_FAILURE([ghc-pkg not found, compilation will not be possible])
522
fi
523

    
524
# check for modules, first custom/special checks
525
AC_MSG_NOTICE([checking for required haskell modules])
526
HS_PARALLEL3=
527
AC_GHC_PKG_CHECK([parallel-3.*], [HS_PARALLEL3=-DPARALLEL3],
528
                 [AC_GHC_PKG_REQUIRE(parallel)], t)
529
AC_SUBST(HS_PARALLEL3)
530

    
531
# and now standard modules
532
AC_GHC_PKG_REQUIRE(curl)
533
AC_GHC_PKG_REQUIRE(json)
534
AC_GHC_PKG_REQUIRE(network)
535
AC_GHC_PKG_REQUIRE(mtl)
536
AC_GHC_PKG_REQUIRE(bytestring)
537
AC_GHC_PKG_REQUIRE(base64-bytestring-1.*, t)
538
AC_GHC_PKG_REQUIRE(utf8-string)
539
AC_GHC_PKG_REQUIRE(zlib)
540
AC_GHC_PKG_REQUIRE(hslogger)
541

    
542
# extra modules for confd functionality; also needed for tests
543
HS_NODEV=
544
CONFD_PKG=
545
AC_GHC_PKG_CHECK([vector], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG vector"])
546

    
547
HS_REGEX_PCRE=-DNO_REGEX_PCRE
548
AC_GHC_PKG_CHECK([regex-pcre], [HS_REGEX_PCRE=],
549
                 [HS_NODEV=1; CONFD_PKG="$CONFD_PKG regex-pcre"])
550
AC_GHC_PKG_CHECK([text], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG text"])
551
AC_GHC_PKG_CHECK([hinotify], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG hinotify"])
552
AC_GHC_PKG_CHECK([Crypto], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG Crypto"])
553

    
554
has_confd=False
555
if test "$enable_confd" != no; then
556
  if test -z "$CONFD_PKG"; then
557
    has_confd=True
558
  elif test "$enable_confd" = check; then
559
    AC_MSG_WARN(m4_normalize([The required extra libraries for confd were
560
                              not found ($CONFD_PKG), confd disabled]))
561
  else
562
    AC_MSG_FAILURE(m4_normalize([The confd functionality was requested, but
563
                                 required libraries were not found:
564
                                 $CONFD_PKG]))
565
  fi
566
fi
567
AC_SUBST(HS_REGEX_PCRE)
568
if test "$has_confd" = True; then
569
  AC_MSG_NOTICE([Enabling confd usage])
570
fi
571
AC_SUBST(ENABLE_CONFD, $has_confd)
572
AM_CONDITIONAL([ENABLE_CONFD], [test x$has_confd = xTrue])
573

    
574
#extra modules for monitoring daemon functionality; also needed for tests
575
MONITORING_PKG=
576
AC_GHC_PKG_CHECK([attoparsec], [],
577
                 [HS_NODEV=1; MONITORING_PKG="$MONITORING_PKG attoparsec"])
578
AC_GHC_PKG_CHECK([snap-server], [],
579
                 [NS_NODEV=1; MONITORING_PKG="$MONITORING_PKG snap-server"])
580
AC_GHC_PKG_CHECK([process], [],
581
                 [HS_NODEV=1; MONITORING_PKG="$MONITORING_PKG process"])
582

    
583
has_monitoring=False
584
if test "$enable_monitoring" != no; then
585
  MONITORING_DEP=
586
  if test "$has_confd" = False; then
587
    MONITORING_DEP="$MONITORING_DEP confd"
588
  fi
589
  has_monitoring_pkg=False
590
  if test -z "$MONITORING_PKG"; then
591
    has_monitoring_pkg=True
592
  elif test "$enable_monitoring" = check; then
593
    AC_MSG_WARN(m4_normalize([The required extra libraries for the monitoring
594
                              daemon were not found ($MONITORING_PKG),
595
                              monitoring disabled]))
596
  else
597
    AC_MSG_FAILURE(m4_normalize([The monitoring functionality was requested, but
598
                                 required libraries were not found:
599
                                 $MONITORING_PKG]))
600
  fi
601
  has_monitoring_dep=False
602
  if test -z "$MONITORING_DEP"; then
603
    has_monitoring_dep=True
604
  elif test "$enable_monitoring" = check; then
605
    AC_MSG_WARN(m4_normalize([The optional Ganeti components required for the
606
                              monitoring agent were not enabled
607
                              ($MONITORING_DEP), monitoring disabled]))
608
  else
609
    AC_MSG_FAILURE(m4_normalize([The monitoring functionality was requested, but
610
                                 required optional Ganeti components were not
611
                                 found: $MONITORING_DEP]))
612
  fi
613

    
614
fi
615
if test "$has_monitoring_pkg" = True -a "$has_monitoring_dep" = True; then
616
  has_monitoring=True
617
  AC_MSG_NOTICE([Enabling the monitoring agent usage])
618
fi
619
AC_SUBST(ENABLE_MOND, $has_monitoring)
620
AM_CONDITIONAL([ENABLE_MOND], [test "$has_monitoring" = True])
621

    
622
# development modules
623
AC_GHC_PKG_CHECK([QuickCheck-2.*], [], [HS_NODEV=1], t)
624
AC_GHC_PKG_CHECK([test-framework-0.6*], [], [HS_NODEV=1], t)
625
AC_GHC_PKG_CHECK([test-framework-hunit], [], [HS_NODEV=1])
626
AC_GHC_PKG_CHECK([test-framework-quickcheck2], [], [HS_NODEV=1])
627
AC_GHC_PKG_CHECK([temporary], [], [HS_NODEV=1])
628
if test -n "$HS_NODEV"; then
629
   AC_MSG_WARN(m4_normalize([Required development modules were not found,
630
                             you won't be able to run Haskell unittests]))
631
else
632
   AC_MSG_NOTICE([Haskell development modules found, unittests enabled])
633
fi
634
AC_SUBST(HS_NODEV)
635

    
636
# Check for HsColour
637
HS_APIDOC=no
638
AC_ARG_VAR(HSCOLOUR, [HsColour path])
639
AC_PATH_PROG(HSCOLOUR, [HsColour], [])
640
if test -z "$HSCOLOUR"; then
641
  AC_MSG_WARN(m4_normalize([HsColour not found, htools API documentation will
642
                            not be generated]))
643
fi
644

    
645
# Check for haddock
646
AC_ARG_VAR(HADDOCK, [haddock path])
647
AC_PATH_PROG(HADDOCK, [haddock], [])
648
if test -z "$HADDOCK"; then
649
  AC_MSG_WARN(m4_normalize([haddock not found, htools API documentation will
650
                            not be generated]))
651
fi
652
if test -n "$HADDOCK" && test -n "$HSCOLOUR"; then
653
  HS_APIDOC=yes
654
fi
655
AC_SUBST(HS_APIDOC)
656

    
657
# Check for hlint
658
AC_ARG_VAR(HLINT, [hlint path])
659
AC_PATH_PROG(HLINT, [hlint], [])
660
if test -z "$HLINT"; then
661
  AC_MSG_WARN([hlint not found, checking code will not be possible])
662
fi
663

    
664
AM_CONDITIONAL([WANT_HSTESTS], [test "x$HS_NODEV" = x])
665
AM_CONDITIONAL([WANT_HSAPIDOC], [test "$HS_APIDOC" = yes])
666
AM_CONDITIONAL([HAS_HLINT], [test "$HLINT"])
667

    
668
# Check for fakeroot
669
AC_ARG_VAR(FAKEROOT_PATH, [fakeroot path])
670
AC_PATH_PROG(FAKEROOT_PATH, [fakeroot], [])
671
if test -z "$FAKEROOT_PATH"; then
672
  AC_MSG_WARN(m4_normalize([fakeroot not found, tests that must run as root
673
                            will not be executed]))
674
fi
675
AM_CONDITIONAL([HAS_FAKEROOT], [test "x$FAKEROOT_PATH" != x])
676

    
677
SOCAT_USE_ESCAPE=
678
AC_ARG_ENABLE([socat-escape],
679
  [AS_HELP_STRING([--enable-socat-escape],
680
    [use escape functionality available in socat >= 1.7 (default: detect
681
     automatically)])],
682
  [[if test "$enableval" = yes; then
683
      SOCAT_USE_ESCAPE=True
684
    else
685
      SOCAT_USE_ESCAPE=False
686
    fi
687
  ]])
688

    
689
if test -z "$SOCAT_USE_ESCAPE"
690
then
691
  if $SOCAT -hh | grep -w -q escape; then
692
    SOCAT_USE_ESCAPE=True
693
  else
694
    SOCAT_USE_ESCAPE=False
695
  fi
696
fi
697

    
698
AC_SUBST(SOCAT_USE_ESCAPE)
699

    
700
SOCAT_USE_COMPRESS=
701
AC_ARG_ENABLE([socat-compress],
702
  [AS_HELP_STRING([--enable-socat-compress],
703
    [use OpenSSL compression option available in patched socat builds
704
     (see INSTALL for details; default: detect automatically)])],
705
  [[if test "$enableval" = yes; then
706
      SOCAT_USE_COMPRESS=True
707
    else
708
      SOCAT_USE_COMPRESS=False
709
    fi
710
  ]])
711

    
712
if test -z "$SOCAT_USE_COMPRESS"
713
then
714
  if $SOCAT -hhh | grep -w -q openssl-compress; then
715
    SOCAT_USE_COMPRESS=True
716
  else
717
    SOCAT_USE_COMPRESS=False
718
  fi
719
fi
720

    
721
AC_SUBST(SOCAT_USE_COMPRESS)
722

    
723
if man --help | grep -q -e --warnings
724
then
725
  MAN_HAS_WARNINGS=1
726
else
727
  MAN_HAS_WARNINGS=
728
  AC_MSG_WARN(m4_normalize([man does not support --warnings, man page checks
729
                            will not be possible]))
730
fi
731

    
732
AC_SUBST(MAN_HAS_WARNINGS)
733

    
734
# Check for Python
735
AM_PATH_PYTHON(2.6)
736

    
737
AC_PYTHON_MODULE(OpenSSL, t)
738
AC_PYTHON_MODULE(simplejson, t)
739
AC_PYTHON_MODULE(pyparsing, t)
740
AC_PYTHON_MODULE(pyinotify, t)
741
AC_PYTHON_MODULE(pycurl, t)
742
AC_PYTHON_MODULE(bitarray, t)
743
AC_PYTHON_MODULE(ipaddr, t)
744
AC_PYTHON_MODULE(mock)
745
AC_PYTHON_MODULE(affinity)
746
AC_PYTHON_MODULE(paramiko)
747

    
748
# Development-only Python modules
749
PY_NODEV=
750
AC_PYTHON_MODULE(yaml)
751
if test $HAVE_PYMOD_YAML == "no"; then
752
  PY_NODEV="$PY_NODEV yaml"
753
fi
754

    
755
if test -n "$PY_NODEV"; then
756
  AC_MSG_WARN(m4_normalize([Required development modules ($PY_NODEV) were not
757
                            found, you won't be able to run Python unittests]))
758
else
759
  AC_MSG_NOTICE([Python development modules found, unittests enabled])
760
fi
761
AC_SUBST(PY_NODEV)
762
AM_CONDITIONAL([PY_UNIT], [test -n $PY_NODEV])
763

    
764
AC_CONFIG_FILES([ Makefile ])
765

    
766
AC_OUTPUT