summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2005-05-29 16:34:43 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2005-05-29 16:34:43 +0000
commitafaabbe5f7b7fd27e654c7143306ae79eb8a2eaf (patch)
tree5551dc9545071dc1ece31dbc74e8a4f1b90753d9 /build
parent23a7bc0203058c6d4c83623751296752a46ed99a (diff)
downloadphp-git-afaabbe5f7b7fd27e654c7143306ae79eb8a2eaf.tar.gz
m4 comments start with 'dnl', *not* with '#'
Diffstat (limited to 'build')
-rw-r--r--build/libtool.m450
1 files changed, 25 insertions, 25 deletions
diff --git a/build/libtool.m4 b/build/libtool.m4
index 46d3f84716..b2738277db 100644
--- a/build/libtool.m4
+++ b/build/libtool.m4
@@ -45,29 +45,29 @@ dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
[define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
])])
-#dnl And a similar setup for Fortran 77 support
-# AC_PROVIDE_IFELSE([AC_PROG_F77],
-# [AC_LIBTOOL_F77],
-# [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
-#])])
-
-#dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
-#dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
-#dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
-# AC_PROVIDE_IFELSE([AC_PROG_GCJ],
-# [AC_LIBTOOL_GCJ],
-# [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
-# [AC_LIBTOOL_GCJ],
-# [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
-# [AC_LIBTOOL_GCJ],
-# [ifdef([AC_PROG_GCJ],
-# [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
-# ifdef([A][M_PROG_GCJ],
-# [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
-# ifdef([LT_AC_PROG_GCJ],
-# [define([LT_AC_PROG_GCJ],
-# defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
-#])
+dnl dnl And a similar setup for Fortran 77 support
+dnl AC_PROVIDE_IFELSE([AC_PROG_F77],
+dnl [AC_LIBTOOL_F77],
+dnl [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
+dnl ])])
+
+dnl dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
+dnl dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
+dnl dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
+dnl AC_PROVIDE_IFELSE([AC_PROG_GCJ],
+dnl [AC_LIBTOOL_GCJ],
+dnl [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
+dnl [AC_LIBTOOL_GCJ],
+dnl [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
+dnl [AC_LIBTOOL_GCJ],
+dnl [ifdef([AC_PROG_GCJ],
+dnl [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+dnl ifdef([A][M_PROG_GCJ],
+dnl [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+dnl ifdef([LT_AC_PROG_GCJ],
+dnl [define([LT_AC_PROG_GCJ],
+dnl defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
+dnl ])
])# AC_PROG_LIBTOOL
@@ -76,8 +76,8 @@ dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
AC_DEFUN([_AC_PROG_LIBTOOL],
[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
-#AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
-#AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
+dnl AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
+dnl AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"