summaryrefslogtreecommitdiff
path: root/m4/as.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-21 18:05:38 +0000
committerAkim Demaille <akim@epita.fr>2001-10-21 18:05:38 +0000
commitf9603fa3f775274b5012b36aba8dbe5c96429b6e (patch)
tree832ee1949413421f7bf3d80533a3e9287ee7512d /m4/as.m4
parent4becb02dc538eb1e8ea35651f99628fe13fdaeb1 (diff)
downloadautomake-f9603fa3f775274b5012b36aba8dbe5c96429b6e.tar.gz
* m4/regex.m4: Use AC_LIBOBJ.
Require 2.50, and use AC_LIBSOURCES freely. * tests/asm.tests: Formatting changes. Exercise AM_PROG_AS.
Diffstat (limited to 'm4/as.m4')
-rw-r--r--m4/as.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/as.m4 b/m4/as.m4
index 7c2542e85..431b15e06 100644
--- a/m4/as.m4
+++ b/m4/as.m4
@@ -1,4 +1,6 @@
-# Figure out how to run the assembler.
+# Figure out how to run the assembler. -*- Autoconf -*-
+
+# serial 2
# Copyright 2001 Free Software Foundation, Inc.
@@ -18,6 +20,7 @@
# 02111-1307, USA.
# AM_PROG_AS
+# ----------
AC_DEFUN([AM_PROG_AS],
[# By default we simply use the C compiler to build assembly code.
AC_REQUIRE([AC_PROG_CC])