aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2010-02-18 02:31:31 +0000
committerErlang/OTP <[email protected]>2010-02-18 02:31:31 +0000
commit40851255dcb18095b453ea175faacccbc7bed3e6 (patch)
treed8f259f04ab542c071e4b5e28cdd5d3bc3a59399 /configure.in
parent69e8c2539ae9232cbd017f4c50d7686d57c863e3 (diff)
downloadotp-40851255dcb18095b453ea175faacccbc7bed3e6.tar.gz
otp-40851255dcb18095b453ea175faacccbc7bed3e6.tar.bz2
otp-40851255dcb18095b453ea175faacccbc7bed3e6.zip
OTP-8449 Documentation improvements.
The most important "readme" files now use Markdown notation. HTML versions of these files are now also automatically generated and included in the HTML documentation. - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md (previously known as $ERL_TOP/README). - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md. - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md (previously known as $ERL_TOP/README.win32).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in24
1 files changed, 14 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 2a9a2c50b2..21f9a640ff 100644
--- a/configure.in
+++ b/configure.in
@@ -236,16 +236,20 @@ AC_ARG_ENABLE(shared-zlib,
[ --enable-shared-zlib enable using shared zlib library
--disable-shared-zlib disable shared zlib, compile own zlib source (default)])
-#
-# Set Erlang man page directory
-#
-AC_ARG_ENABLE(erlang-mandir,
-[ --disable-erlang-mandir do not install Erlang man pages in a private directory],
-[ case "$enableval" in
- no) erl_mandir=$mandir ;;
- *) erl_mandir='$(erlang_libdir)/man' ;;
- esac ], erl_mandir='$(erlang_libdir)/man')
-AC_SUBST(erl_mandir)
+dnl This functionality has been lost along the way... :(
+dnl It could perhaps be nice to reintroduce some day; therefore,
+dnl it is not removed just commented out.
+dnl
+dnl #
+dnl # Set Erlang man page directory
+dnl #
+dnl AC_ARG_ENABLE(erlang-mandir,
+dnl [ --disable-erlang-mandir do not install Erlang man pages in a private directory],
+dnl [ case "$enableval" in
+dnl no) erl_mandir=$mandir ;;
+dnl *) erl_mandir='$(erlang_libdir)/man' ;;
+dnl esac ], erl_mandir='$(erlang_libdir)/man')
+dnl AC_SUBST(erl_mandir)
AC_ARG_ENABLE(darwin-universal,
[ --enable-darwin-universal build universal binaries on darwin i386],