summaryrefslogtreecommitdiff
path: root/m4/gcj.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
committerAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
commit4b893ecec7069c9fbba3fc5e2e91b660108a7846 (patch)
treee40e03fdea9f3ec8c2d33f63c1985bd8cce3aa09 /m4/gcj.m4
parent4dcad717d7aba3bff076c7db3bf6e6ec527d3a12 (diff)
downloadautomake-4b893ecec7069c9fbba3fc5e2e91b660108a7846.tar.gz
* m4: Quote properly the name of the macros being defined.
Use `#' instead of `dnl' where appropriate. * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just quote. Don't quote passive characters. Pull the AC_PREREQ outside the macro. * m4/init.m4: Pull the AC_PREREQ outside the macro.
Diffstat (limited to 'm4/gcj.m4')
-rw-r--r--m4/gcj.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/gcj.m4 b/m4/gcj.m4
index 34677afe2..359733bd7 100644
--- a/m4/gcj.m4
+++ b/m4/gcj.m4
@@ -1,7 +1,7 @@
-dnl Check for Java compiler.
-dnl For now we only handle the GNU compiler.
+# Check for Java compiler.
+# For now we only handle the GNU compiler.
-AC_DEFUN(AM_PROG_GCJ,[
+AC_DEFUN([AM_PROG_GCJ],[
AC_CHECK_PROGS(GCJ, gcj, gcj)
test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
if test "x${GCJFLAGS+set}" = xset; then