Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ 31d3b918

History | View | Annotate | Download (23.5 kB)

1
# Configure script for Ganeti
2
m4_define([gnt_version_major], [2])
3
m4_define([gnt_version_minor], [12])
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_metad="${withval}metad";
229
   user_rapi="${withval}rapi";
230
   user_confd="${withval}confd";
231
   user_kvmd="$user_default";
232
   user_luxid="${withval}luxid";
233
   user_noded="$user_default";
234
   user_mond="$user_default"],
235
  [user_masterd="$user_default";
236
   user_metad="$user_default";
237
   user_rapi="$user_default";
238
   user_confd="$user_default";
239
   user_kvmd="$user_default";
240
   user_luxid="$user_default";
241
   user_noded="$user_default";
242
   user_mond="$user_default"])
243
AC_SUBST(MASTERD_USER, $user_masterd)
244
AC_SUBST(METAD_USER, $user_metad)
245
AC_SUBST(RAPI_USER, $user_rapi)
246
AC_SUBST(CONFD_USER, $user_confd)
247
AC_SUBST(KVMD_USER, $user_kvmd)
248
AC_SUBST(LUXID_USER, $user_luxid)
249
AC_SUBST(NODED_USER, $user_noded)
250
AC_SUBST(MOND_USER, $user_mond)
251

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

    
290
# Print the config to the user
291
AC_MSG_NOTICE([Running ganeti-masterd as $group_masterd:$group_masterd])
292
AC_MSG_NOTICE([Running ganeti-metad as $group_metad:$group_metad])
293
AC_MSG_NOTICE([Running ganeti-rapi as $user_rapi:$group_rapi])
294
AC_MSG_NOTICE([Running ganeti-confd as $user_confd:$group_confd])
295
AC_MSG_NOTICE([Running ganeti-luxid as $user_luxid:$group_luxid])
296
AC_MSG_NOTICE([Group for daemons is $group_daemons])
297
AC_MSG_NOTICE([Group for clients is $group_admin])
298

    
299
# --enable-drbd-barriers
300
AC_ARG_ENABLE([drbd-barriers],
301
  [AS_HELP_STRING([--enable-drbd-barriers],
302
                  m4_normalize([enable the DRBD barriers functionality by
303
                                default (>= 8.0.12) (default: enabled)]))],
304
  [[if test "$enableval" != no; then
305
      DRBD_BARRIERS=n
306
      DRBD_NO_META_FLUSH=False
307
    else
308
      DRBD_BARRIERS=bf
309
      DRBD_NO_META_FLUSH=True
310
    fi
311
  ]],
312
  [DRBD_BARRIERS=n
313
   DRBD_NO_META_FLUSH=False
314
  ])
315
AC_SUBST(DRBD_BARRIERS, $DRBD_BARRIERS)
316
AC_SUBST(DRBD_NO_META_FLUSH, $DRBD_NO_META_FLUSH)
317

    
318
# --enable-syslog[=no/yes/only]
319
AC_ARG_ENABLE([syslog],
320
  [AS_HELP_STRING([--enable-syslog],
321
    [enable use of syslog (default: disabled), one of no/yes/only])],
322
  [[case "$enableval" in
323
      no)
324
        SYSLOG=no
325
        ;;
326
      yes)
327
        SYSLOG=yes
328
        ;;
329
      only)
330
        SYSLOG=only
331
        ;;
332
      *)
333
        SYSLOG=
334
        ;;
335
    esac
336
  ]],
337
  [SYSLOG=no])
338

    
339
if test -z "$SYSLOG"
340
then
341
  AC_MSG_ERROR([invalid value for syslog, choose one of no/yes/only])
342
fi
343
AC_SUBST(SYSLOG_USAGE, $SYSLOG)
344

    
345
# --enable-restricted-commands[=no/yes]
346
AC_ARG_ENABLE([restricted-commands],
347
  [AS_HELP_STRING([--enable-restricted-commands],
348
                  m4_normalize([enable restricted commands in the node daemon
349
                                (default: disabled)]))],
350
  [[if test "$enableval" = no; then
351
      enable_restricted_commands=False
352
    else
353
      enable_restricted_commands=True
354
    fi
355
  ]],
356
  [enable_restricted_commands=False])
357
AC_SUBST(ENABLE_RESTRICTED_COMMANDS, $enable_restricted_commands)
358

    
359
# --with-disk-separator=...
360
AC_ARG_WITH([disk-separator],
361
  [AS_HELP_STRING([--with-disk-separator=STRING],
362
    [Disk index separator, useful if the default of ':' is handled]
363
    [ specially by the hypervisor]
364
  )],
365
  [disk_separator="$withval"],
366
  [disk_separator=":"])
367
AC_SUBST(DISK_SEPARATOR, $disk_separator)
368

    
369
# Check common programs
370
AC_PROG_INSTALL
371
AC_PROG_LN_S
372

    
373
# check if ln is the GNU version of ln (and hence supports -T)
374
if ln --version 2> /dev/null | head -1 | grep -q GNU
375
then
376
  AC_SUBST(HAS_GNU_LN, True)
377
else
378
  AC_SUBST(HAS_GNU_LN, False)
379
fi
380

    
381
# Check for the ip command
382
AC_ARG_VAR(IP_PATH, [ip path])
383
AC_PATH_PROG(IP_PATH, [ip], [])
384
if test -z "$IP_PATH"
385
then
386
  AC_MSG_ERROR([ip command not found])
387
fi
388

    
389
# Check for pandoc
390
AC_ARG_VAR(PANDOC, [pandoc path])
391
AC_PATH_PROG(PANDOC, [pandoc], [])
392
if test -z "$PANDOC"
393
then
394
  AC_MSG_WARN([pandoc not found, man pages rebuild will not be possible])
395
fi
396

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

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

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

    
420
AC_ARG_ENABLE([manpages-in-doc],
421
  [AS_HELP_STRING([--enable-manpages-in-doc],
422
                  m4_normalize([include man pages in HTML documentation
423
                                (requires sphinx; default disabled)]))],
424
  [case "$enableval" in
425
      yes) manpages_in_doc=yes ;;
426
      no) manpages_in_doc= ;;
427
      *)
428
        AC_MSG_ERROR([Bad value $enableval for --enable-manpages-in-doc])
429
        ;;
430
    esac
431
  ],
432
  [manpages_in_doc=])
433
AM_CONDITIONAL([MANPAGES_IN_DOC], [test -n "$manpages_in_doc"])
434
AC_SUBST(MANPAGES_IN_DOC, $manpages_in_doc)
435

    
436
if test -z "$SPHINX" -a -n "$manpages_in_doc"; then
437
  AC_MSG_ERROR([Including man pages in HTML documentation requires sphinx])
438
fi
439

    
440
# Check for graphviz (dot)
441
AC_ARG_VAR(DOT, [dot path])
442
AC_PATH_PROG(DOT, [dot], [])
443
if test -z "$DOT"
444
then
445
  AC_MSG_WARN(m4_normalize([dot (from the graphviz suite) not found,
446
                            documentation rebuild not possible]))
447
fi
448

    
449
# Check for pylint
450
AC_ARG_VAR(PYLINT, [pylint path])
451
AC_PATH_PROG(PYLINT, [pylint], [])
452
if test -z "$PYLINT"
453
then
454
  AC_MSG_WARN([pylint not found, checking code will not be possible])
455
fi
456

    
457
# Check for pep8
458
AC_ARG_VAR(PEP8, [pep8 path])
459
AC_PATH_PROG(PEP8, [pep8], [])
460
if test -z "$PEP8"
461
then
462
  AC_MSG_WARN([pep8 not found, checking code will not be complete])
463
fi
464
AM_CONDITIONAL([HAS_PEP8], [test -n "$PEP8"])
465

    
466
# Check for python-coverage
467
AC_ARG_VAR(PYCOVERAGE, [python-coverage path])
468
AC_PATH_PROGS(PYCOVERAGE, [python-coverage coverage], [])
469
if test -z "$PYCOVERAGE"
470
then
471
  AC_MSG_WARN(m4_normalize([python-coverage or coverage not found, evaluating
472
                            Python test coverage will not be possible]))
473
fi
474

    
475
# Check for socat
476
AC_ARG_VAR(SOCAT, [socat path])
477
AC_PATH_PROG(SOCAT, [socat], [])
478
if test -z "$SOCAT"
479
then
480
  AC_MSG_ERROR([socat not found])
481
fi
482

    
483
# Check for qemu-img
484
AC_ARG_VAR(QEMUIMG_PATH, [qemu-img path])
485
AC_PATH_PROG(QEMUIMG_PATH, [qemu-img], [])
486
if test -z "$QEMUIMG_PATH"
487
then
488
  AC_MSG_WARN([qemu-img not found, using ovfconverter will not be possible])
489
fi
490

    
491
# --enable-confd
492
ENABLE_CONFD=
493
AC_ARG_ENABLE([confd],
494
  [AS_HELP_STRING([--enable-confd],
495
  [enable the ganeti-confd daemon (default: check)])],
496
  [],
497
  [enable_confd=check])
498

    
499
ENABLE_MOND=
500
AC_ARG_ENABLE([monitoring],
501
  [AS_HELP_STRING([--enable-monitoring],
502
  [enable the ganeti monitoring daemon (default: check)])],
503
  [],
504
  [enable_monitoring=check])
505

    
506
# Check for ghc
507
AC_ARG_VAR(GHC, [ghc path])
508
AC_PATH_PROG(GHC, [ghc], [])
509
if test -z "$GHC"; then
510
  AC_MSG_FAILURE([ghc not found, compilation will not possible])
511
fi
512

    
513
AC_MSG_CHECKING([checking for extra GHC flags])
514
GHC_BYVERSION_FLAGS=
515
# check for GHC supported flags that vary accross versions
516
for flag in -fwarn-incomplete-uni-patterns; do
517
  if $GHC -e '0' $flag >/dev/null 2>/dev/null; then
518
   GHC_BYVERSION_FLAGS="$GHC_BYVERSION_FLAGS $flag"
519
  fi
520
done
521
AC_MSG_RESULT($GHC_BYVERSION_FLAGS)
522
AC_SUBST(GHC_BYVERSION_FLAGS)
523

    
524
# Check for ghc-pkg
525
AC_ARG_VAR(GHC_PKG, [ghc-pkg path])
526
AC_PATH_PROG(GHC_PKG, [ghc-pkg], [])
527
if test -z "$GHC_PKG"; then
528
  AC_MSG_FAILURE([ghc-pkg not found, compilation will not be possible])
529
fi
530

    
531
# check for modules, first custom/special checks
532
AC_MSG_NOTICE([checking for required haskell modules])
533
HS_PARALLEL3=
534
AC_GHC_PKG_CHECK([parallel-3.*], [HS_PARALLEL3=-DPARALLEL3],
535
                 [AC_GHC_PKG_REQUIRE(parallel)], t)
536
AC_SUBST(HS_PARALLEL3)
537

    
538
# and now standard modules
539
AC_GHC_PKG_REQUIRE(curl)
540
AC_GHC_PKG_REQUIRE(json)
541
AC_GHC_PKG_REQUIRE(network)
542
AC_GHC_PKG_REQUIRE(mtl)
543
AC_GHC_PKG_REQUIRE(bytestring)
544
AC_GHC_PKG_REQUIRE(base64-bytestring-1.*, t)
545
AC_GHC_PKG_REQUIRE(utf8-string)
546
AC_GHC_PKG_REQUIRE(zlib)
547
AC_GHC_PKG_REQUIRE(hslogger)
548

    
549
# extra modules for confd functionality; also needed for tests
550
HS_NODEV=
551
CONFD_PKG=
552
AC_GHC_PKG_CHECK([vector], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG vector"])
553

    
554
HS_REGEX_PCRE=-DNO_REGEX_PCRE
555
AC_GHC_PKG_CHECK([regex-pcre], [HS_REGEX_PCRE=],
556
                 [HS_NODEV=1; CONFD_PKG="$CONFD_PKG regex-pcre"])
557
AC_GHC_PKG_CHECK([text], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG text"])
558
AC_GHC_PKG_CHECK([hinotify], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG hinotify"])
559
AC_GHC_PKG_CHECK([Crypto], [], [HS_NODEV=1; CONFD_PKG="$CONFD_PKG Crypto"])
560

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

    
581
#extra modules for monitoring daemon functionality; also needed for tests
582
MONITORING_PKG=
583
AC_GHC_PKG_CHECK([attoparsec], [],
584
                 [HS_NODEV=1; MONITORING_PKG="$MONITORING_PKG attoparsec"])
585
AC_GHC_PKG_CHECK([snap-server], [],
586
                 [NS_NODEV=1; MONITORING_PKG="$MONITORING_PKG snap-server"])
587
AC_GHC_PKG_CHECK([process], [],
588
                 [HS_NODEV=1; MONITORING_PKG="$MONITORING_PKG process"])
589

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

    
621
fi
622
if test "$has_monitoring_pkg" = True -a "$has_monitoring_dep" = True; then
623
  has_monitoring=True
624
  AC_MSG_NOTICE([Enabling the monitoring agent usage])
625
fi
626
AC_SUBST(ENABLE_MOND, $has_monitoring)
627
AM_CONDITIONAL([ENABLE_MOND], [test "$has_monitoring" = True])
628

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

    
643
HTOOLS=yes
644
AC_SUBST(HTOOLS)
645

    
646
# Check for HsColour
647
HS_APIDOC=no
648
AC_ARG_VAR(HSCOLOUR, [HsColour path])
649
AC_PATH_PROG(HSCOLOUR, [HsColour], [])
650
if test -z "$HSCOLOUR"; then
651
  AC_MSG_WARN(m4_normalize([HsColour not found, htools API documentation will
652
                            not be generated]))
653
fi
654

    
655
# Check for haddock
656
AC_ARG_VAR(HADDOCK, [haddock path])
657
AC_PATH_PROG(HADDOCK, [haddock], [])
658
if test -z "$HADDOCK"; then
659
  AC_MSG_WARN(m4_normalize([haddock not found, htools API documentation will
660
                            not be generated]))
661
fi
662
if test -n "$HADDOCK" && test -n "$HSCOLOUR"; then
663
  HS_APIDOC=yes
664
fi
665
AC_SUBST(HS_APIDOC)
666

    
667
# Check for hlint
668
AC_ARG_VAR(HLINT, [hlint path])
669
AC_PATH_PROG(HLINT, [hlint], [])
670
if test -z "$HLINT"; then
671
  AC_MSG_WARN([hlint not found, checking code will not be possible])
672
fi
673

    
674
if test "$HTOOLS" != yes && test "$ENABLE_CONFD" = True; then
675
  AC_MSG_ERROR(m4_normalize([cannot enable ganeti-confd if
676
                             htools support is not enabled]))
677
fi
678

    
679
AM_CONDITIONAL([WANT_HTOOLS], [test "$HTOOLS" = yes])
680
AM_CONDITIONAL([WANT_HSTESTS], [test "x$HS_NODEV" = x])
681
AM_CONDITIONAL([WANT_HSAPIDOC], [test "$HS_APIDOC" = yes])
682
AM_CONDITIONAL([HAS_HLINT], [test "$HLINT"])
683

    
684
# Check for fakeroot
685
AC_ARG_VAR(FAKEROOT_PATH, [fakeroot path])
686
AC_PATH_PROG(FAKEROOT_PATH, [fakeroot], [])
687
if test -z "$FAKEROOT_PATH"; then
688
  AC_MSG_WARN(m4_normalize([fakeroot not found, tests that must run as root
689
                            will not be executed]))
690
fi
691
AM_CONDITIONAL([HAS_FAKEROOT], [test "x$FAKEROOT_PATH" != x])
692

    
693
SOCAT_USE_ESCAPE=
694
AC_ARG_ENABLE([socat-escape],
695
  [AS_HELP_STRING([--enable-socat-escape],
696
    [use escape functionality available in socat >= 1.7 (default: detect
697
     automatically)])],
698
  [[if test "$enableval" = yes; then
699
      SOCAT_USE_ESCAPE=True
700
    else
701
      SOCAT_USE_ESCAPE=False
702
    fi
703
  ]])
704

    
705
if test -z "$SOCAT_USE_ESCAPE"
706
then
707
  if $SOCAT -hh | grep -w -q escape; then
708
    SOCAT_USE_ESCAPE=True
709
  else
710
    SOCAT_USE_ESCAPE=False
711
  fi
712
fi
713

    
714
AC_SUBST(SOCAT_USE_ESCAPE)
715

    
716
SOCAT_USE_COMPRESS=
717
AC_ARG_ENABLE([socat-compress],
718
  [AS_HELP_STRING([--enable-socat-compress],
719
    [use OpenSSL compression option available in patched socat builds
720
     (see INSTALL for details; default: detect automatically)])],
721
  [[if test "$enableval" = yes; then
722
      SOCAT_USE_COMPRESS=True
723
    else
724
      SOCAT_USE_COMPRESS=False
725
    fi
726
  ]])
727

    
728
if test -z "$SOCAT_USE_COMPRESS"
729
then
730
  if $SOCAT -hhh | grep -w -q openssl-compress; then
731
    SOCAT_USE_COMPRESS=True
732
  else
733
    SOCAT_USE_COMPRESS=False
734
  fi
735
fi
736

    
737
AC_SUBST(SOCAT_USE_COMPRESS)
738

    
739
if man --help | grep -q -e --warnings
740
then
741
  MAN_HAS_WARNINGS=1
742
else
743
  MAN_HAS_WARNINGS=
744
  AC_MSG_WARN(m4_normalize([man does not support --warnings, man page checks
745
                            will not be possible]))
746
fi
747

    
748
AC_SUBST(MAN_HAS_WARNINGS)
749

    
750
# Check for Python
751
AM_PATH_PYTHON(2.6)
752

    
753
AC_PYTHON_MODULE(OpenSSL, t)
754
AC_PYTHON_MODULE(simplejson, t)
755
AC_PYTHON_MODULE(pyparsing, t)
756
AC_PYTHON_MODULE(pyinotify, t)
757
AC_PYTHON_MODULE(pycurl, t)
758
AC_PYTHON_MODULE(bitarray, t)
759
AC_PYTHON_MODULE(ipaddr, t)
760
AC_PYTHON_MODULE(mock)
761
AC_PYTHON_MODULE(affinity)
762
AC_PYTHON_MODULE(paramiko)
763

    
764
# Development-only Python modules
765
PY_NODEV=
766
AC_PYTHON_MODULE(yaml)
767
if test $HAVE_PYMOD_YAML == "no"; then
768
  PY_NODEV="$PY_NODEV yaml"
769
fi
770

    
771
if test -n "$PY_NODEV"; then
772
  AC_MSG_WARN(m4_normalize([Required development modules ($PY_NODEV) were not
773
                            found, you won't be able to run Python unittests]))
774
else
775
  AC_MSG_NOTICE([Python development modules found, unittests enabled])
776
fi
777
AC_SUBST(PY_NODEV)
778
AM_CONDITIONAL([PY_UNIT], [test -n $PY_NODEV])
779

    
780
AC_CONFIG_FILES([ Makefile ])
781

    
782
AC_OUTPUT