-lal
+dnl
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
AC_HELP_STRING([--enable-static-tools], [enable static tape tools @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_tools=yes
fi
]
AC_HELP_STRING([--enable-static-fd], [enable static File daemon @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_fd=yes
fi
]
AC_HELP_STRING([--enable-static-sd], [enable static Storage daemon @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_sd=yes
fi
]
AC_HELP_STRING([--enable-static-dir], [enable static Director @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_dir=yes
fi
]
AC_HELP_STRING([--enable-static-cons], [enable static Console @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_cons=yes
fi
]
if test "${enable_static_tools+set}" = set; then
enableval=$enable_static_tools;
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_tools=yes
fi
if test "${enable_static_fd+set}" = set; then
enableval=$enable_static_fd;
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_fd=yes
fi
if test "${enable_static_sd+set}" = set; then
enableval=$enable_static_sd;
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_sd=yes
fi
if test "${enable_static_dir+set}" = set; then
enableval=$enable_static_dir;
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_dir=yes
fi
if test "${enable_static_cons+set}" = set; then
enableval=$enable_static_cons;
if test x$enableval = xyes; then
- if test x$use_libtool = xyes; then
- echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
- exit 1
- fi
+ if test x$use_libtool = xyes; then
+ echo "Libtool is enabled, not compatible with static tools, please rerun configure with --disable-libtool"
+ exit 1
+ fi
support_static_cons=yes
fi