summaryrefslogtreecommitdiff
path: root/lib/autoconf/lang.m4
diff options
context:
space:
mode:
authorStepan Kasal <kasal@ucw.cz>2007-05-03 14:47:12 +0000
committerStepan Kasal <kasal@ucw.cz>2007-05-03 14:47:12 +0000
commit4e11a505ac8e22c946aa8f2e9798a655010d2a36 (patch)
treeab1e97c94cdcf50196a038839093abd65c1a4d9f /lib/autoconf/lang.m4
parente0c30d64b4f555fc13d7c9ddb8ef013e9b5aed4c (diff)
downloadautoconf-4e11a505ac8e22c946aa8f2e9798a655010d2a36.tar.gz
* lib/autoconf/lang.m4, lib/autoconf/c.m4,
lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of section titles and other comments; no code change.
Diffstat (limited to 'lib/autoconf/lang.m4')
-rw-r--r--lib/autoconf/lang.m445
1 files changed, 9 insertions, 36 deletions
diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4
index 1755a8a8..acfb81ff 100644
--- a/lib/autoconf/lang.m4
+++ b/lib/autoconf/lang.m4
@@ -54,29 +54,15 @@
#
# 1. Language selection
# and routines to produce programs in a given language.
-# a. generic routines
-# b. C
-# c. C++
-# d. Fortran 77
#
# 2. Producing programs in a given language.
-# a. generic routines
-# b. C
-# c. C++
-# d. Fortran 77
#
# 3. Looking for a compiler
# And possibly the associated preprocessor.
-# a. Generic routines.
-# b. C
-# c. C++
-# d. Fortran 77
+#
+# 3a. Computing EXEEXT and OBJEXT.
#
# 4. Compilers' characteristics.
-# a. Generic routines.
-# b. C
-# c. C++
-# d. Fortran 77
@@ -85,11 +71,6 @@
## ----------------------- ##
-
-# -------------------------------- #
-# 1a. Generic language selection. #
-# -------------------------------- #
-
# AC_LANG_CASE(LANG1, IF-LANG1, LANG2, IF-LANG2, ..., DEFAULT)
# ------------------------------------------------------------
# Expand into IF-LANG1 if the current language is LANG1 etc. else
@@ -201,14 +182,9 @@ m4_defun([AC_LANG_ASSERT],
-## ---------------------- ##
-## 2.Producing programs. ##
-## ---------------------- ##
-
-
-# ---------------------- #
-# 2a. Generic routines. #
-# ---------------------- #
+## ----------------------- ##
+## 2. Producing programs. ##
+## ----------------------- ##
# AC_LANG_CONFTEST(BODY)
@@ -270,13 +246,11 @@ AC_DEFUN([AC_LANG_INT_SAVE],
[_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
+
## -------------------------------------------- ##
## 3. Looking for Compilers and Preprocessors. ##
## -------------------------------------------- ##
-# ----------------------------------------------------- #
-# 3a. Generic routines in compilers and preprocessors. #
-# ----------------------------------------------------- #
# AC_LANG_COMPILER
# ----------------
@@ -405,9 +379,9 @@ m4_divert_pop()dnl
-# ----------------------------- #
-# Computing EXEEXT and OBJEXT. #
-# ----------------------------- #
+# --------------------------------- #
+# 3a. Computing EXEEXT and OBJEXT. #
+# --------------------------------- #
# Files to ignore
@@ -657,7 +631,6 @@ ac_objext=$OBJEXT
-
## ------------------------------- ##
## 4. Compilers' characteristics. ##
## ------------------------------- ##