summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-02-05 08:24:06 +0000
committerAkim Demaille <akim@epita.fr>2002-02-05 08:24:06 +0000
commitf78ae3e5d5c41557f24a9233fae88df4b7b9f1b4 (patch)
tree7277a9c4bb5b52e67a8203adecbb87b73e34e3a3 /Makefile.am
parentb0f11860484d34ee2b80d70e761e359cf13a0e9a (diff)
downloadautoconf-f78ae3e5d5c41557f24a9233fae88df4b7b9f1b4.tar.gz
Implement `autom4te --freeze'.
* bin/autom4te.in (&freeze): New. * lib/autoconf/autoconf.m4, lib/autotest/general.m4, * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ef70a49..6e3844bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to create Makefile.in. -*-Makefile-*-
## Makefile for Autoconf.
-## Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -20,7 +20,9 @@
AUTOMAKE_OPTIONS = check-news 1.5b dist-bzip2 readme-alpha
-SUBDIRS = . lib bin config man doc tests
+# bin/ and tests/ must be run first, as they build the tests executables
+# (tests/autom4te etc.), that we happen to use here.
+SUBDIRS = bin tests . lib config man doc
ACLOCAL_AMFLAGS = -I config