From e4f7ccb456a7d06d5fe9d5b6f634bfa8138e57b3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Apr 2010 05:12:49 +0000 Subject: New. --- cpukit/aclocal/enable-httpd.m4 | 12 ++++++++++++ cpukit/aclocal/enable-shttpd.m4 | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 cpukit/aclocal/enable-httpd.m4 create mode 100644 cpukit/aclocal/enable-shttpd.m4 (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/enable-httpd.m4 b/cpukit/aclocal/enable-httpd.m4 new file mode 100644 index 0000000000..d0a07c7585 --- /dev/null +++ b/cpukit/aclocal/enable-httpd.m4 @@ -0,0 +1,12 @@ +dnl $Id$ + +AC_DEFUN([RTEMS_ENABLE_HTTPD], +[ +AC_ARG_ENABLE([httpd], +AS_HELP_STRING([--enable-httpd],[enable (GoAhead) httpd (DEPRECATED)]), +[case "${enableval}" in + yes) enable_httpd=yes ;; + no) enable_httpd=no ;; + *) AC_MSG_ERROR(bad value ${enableval} for enable-httpd option) ;; +esac],[enable_httpd=no]) +]) diff --git a/cpukit/aclocal/enable-shttpd.m4 b/cpukit/aclocal/enable-shttpd.m4 new file mode 100644 index 0000000000..5398c5308a --- /dev/null +++ b/cpukit/aclocal/enable-shttpd.m4 @@ -0,0 +1,12 @@ +dnl $Id$ + +AC_DEFUN([RTEMS_ENABLE_SHTTPD], +[ +AC_ARG_ENABLE([shttpd], +AS_HELP_STRING([--enable-shttpd],[enable (small httpd) shttpd (DEPRECATED)]), +[case "${enableval}" in + yes) enable_shttpd=yes ;; + no) enable_shttpd=no ;; + *) AC_MSG_ERROR(bad value ${enableval} for enable-shttpd option) ;; +esac],[enable_shttpd=no]) +]) -- cgit v1.2.3