autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03-fyi-freeze-them-all.patch


From: Akim Demaille
Subject: 03-fyi-freeze-them-all.patch
Date: Tue, 05 Feb 2002 09:09:43 +0100

Index: Makefile.am
--- Makefile.am Wed, 30 Jan 2002 22:24:26 +0100 akim
+++ Makefile.am Wed, 30 Jan 2002 23:47:43 +0100 akim
@@ -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.5a 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
 
Index: aclocal.m4
--- aclocal.m4 Wed, 30 Jan 2002 22:24:26 +0100 akim
+++ aclocal.m4 Sat, 02 Feb 2002 22:40:56 +0100 akim
@@ -1,4 +1,4 @@
-# aclocal.m4 generated automatically by aclocal 1.5a -*- Autoconf -*-
+# aclocal.m4t generated automatically by aclocal 1.5a -*- Autoconf -*-
 
 # Copyright 1996, 1997, 1998, 1999, 2000, 2001
 # Free Software Foundation, Inc.
@@ -11,9 +11,10 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# Do all the work for Automake.  This macro actually does too much --
-# some checks are only needed if your package does certain things.
-# But this isn't really a big deal.
+# Do all the work for Automake.                            -*- Autoconf -*-
+
+# This macro actually does too much some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
 
 # Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
@@ -32,7 +33,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 5
+# serial 7
 
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,
@@ -41,23 +42,11 @@
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
 
-# We require 2.50 because we need the PATH_SEPARATOR output variable, and
-# we rely on autoconf to neutralize CDPATH.
-AC_PREREQ([2.50])
-
-# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
-# -----------------------------------------------------------
-# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
-# The purpose of this macro is to provide the user with a means to
-# check macros which are provided without letting her know how the
-# information is coded.
-# If this macro is not defined by Autoconf, define it here.
-ifdef([AC_PROVIDE_IFELSE],
-      [],
-      [define([AC_PROVIDE_IFELSE],
-              [ifdef([AC_PROVIDE_$1],
-                     [$2], [$3])])])
+AC_PREREQ([2.52])
 
+# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
+# the ones we care about.
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
 # AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE])
 # ----------------------------------------------
@@ -66,22 +55,16 @@ AC_DEFUN([AM_INIT_AUTOMAKE],
 # test to see if srcdir already configured
 if test "`cd $srcdir && pwd`" != "`pwd`" &&
    test -f $srcdir/config.status; then
-  AC_MSG_ERROR([source directory already configured; run \"make distclean\" 
there first])
+  AC_MSG_ERROR([source directory already configured; run "make distclean" 
there first])
 fi
 
 # Define the identity of the package.
-PACKAGE=$1
-AC_SUBST(PACKAGE)dnl
-VERSION=$2
-AC_SUBST(VERSION)dnl
+AC_SUBST([PACKAGE], [$1])dnl
+AC_SUBST([VERSION], [$2])dnl
 ifelse([$3],,
 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
-# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
-# the ones we care about.
-ifdef([m4_pattern_allow],
-      [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
 
 # Some tools Automake needs.
 AC_REQUIRE([AM_SANITY_CHECK])dnl
@@ -174,6 +157,8 @@ AC_DEFUN([AM_SANITY_CHECK],
 fi
 AC_MSG_RESULT(yes)])
 
+#  -*- Autoconf -*-
+
 
 # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
 
@@ -192,7 +177,7 @@ AC_DEFUN([AM_SANITY_CHECK],
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 2
+# serial 3
 
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
@@ -214,8 +199,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN],
   am_missing_run="$MISSING --run "
 else
   am_missing_run=
-  am_backtick='`'
-  AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
+  AC_MSG_WARN([`missing' script is too old or missing])
 fi
 ])
 
@@ -370,7 +354,7 @@ AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
 
 # _AM_DEPENDENCIES(NAME)
-# ---------------------
+# ----------------------
 # See how the compiler implements dependency checking.
 # NAME is "CC", "CXX" or "OBJC".
 # We try a few techniques and use that to set a single cache variable.
@@ -449,8 +433,7 @@ AC_DEFUN([_AM_DEPENDENCIES],
   am_cv_$1_dependencies_compiler_type=none
 fi
 ])
-$1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type"
-AC_SUBST([$1DEPMODE])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 ])
 
 
@@ -468,7 +451,7 @@ AC_DEFUN([AM_SET_DEPDIR],
   DEPDIR=_deps
 fi
 rmdir .deps 2>/dev/null
-AC_SUBST(DEPDIR)
+AC_SUBST([DEPDIR])
 ])
 
 
@@ -483,9 +466,7 @@ AC_DEFUN([AM_DEP_TRACK],
   AMDEPBACKSLASH='\'
 fi
 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-pushdef([subst], defn([AC_SUBST]))
-subst(AMDEPBACKSLASH)
-popdef([subst])
+AC_SUBST([AMDEPBACKSLASH])
 ])
 
 # Generate code to set up dependency tracking.   -*- Autoconf -*-
@@ -624,7 +605,7 @@ doit:
 rm -f confinc confmf
 ])
 
-# AM_CONDITIONAL
+# AM_CONDITIONAL                                              -*- Autoconf -*-
 
 # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
 
@@ -643,23 +624,16 @@ doit:
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 3
+# serial 5
+
+AC_PREREQ(2.52)
 
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
 # -------------------------------------
 # Define a conditional.
-#
-# FIXME: Once using 2.50, use this:
-# m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl
 AC_DEFUN([AM_CONDITIONAL],
-[ifelse([$1], [TRUE],
-        [errprint(__file__:__line__: [$0: invalid condition: $1
-])dnl
-m4exit(1)])dnl
-ifelse([$1], [FALSE],
-       [errprint(__file__:__line__: [$0: invalid condition: $1
-])dnl
-m4exit(1)])dnl
+[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 AC_SUBST([$1_TRUE])
 AC_SUBST([$1_FALSE])
 if $2; then
@@ -718,30 +692,39 @@ AC_DEFUN([AC_PROG_GNU_M4],
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 3
+# serial 4
 
+# AM_PATH_LISPDIR
+# ---------------
 AC_DEFUN([AM_PATH_LISPDIR],
- [AC_ARG_WITH(lispdir, 
-  [   --with-lispdir            Override the default lisp directory ],
-  [ lispdir="$withval" 
-    AC_MSG_CHECKING([where .elc files should go])
-    AC_MSG_RESULT([$lispdir])],
-  [
-  # If set to t, that means we are running in a shell under Emacs.
-  # If you have an Emacs named "t", then use the full path.
-  test x"$EMACS" = xt && EMACS=
-  AC_CHECK_PROGS(EMACS, emacs xemacs, no)
-  if test $EMACS != "no"; then
-    if test x${lispdir+set} != xset; then
-      AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl
-       am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat 
(car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' 
-e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e 
'/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'`
-       if test -z "$am_cv_lispdir"; then
-         am_cv_lispdir='${datadir}/emacs/site-lisp'
-       fi
-      ])
-      lispdir="$am_cv_lispdir"
-    fi
-  fi
- ])
- AC_SUBST(lispdir)])
+[AC_ARG_WITH(lispdir,
+ [   --with-lispdir            Override the default lisp directory ],
+ [ lispdir="$withval"
+   AC_MSG_CHECKING([where .elc files should go])
+   AC_MSG_RESULT([$lispdir])],
+ [
+ # If set to t, that means we are running in a shell under Emacs.
+ # If you have an Emacs named "t", then use the full path.
+ test x"$EMACS" = xt && EMACS=
+ AC_CHECK_PROGS(EMACS, emacs xemacs, no)
+ if test $EMACS != "no"; then
+   if test x${lispdir+set} != xset; then
+     AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir],
+       [AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat 
(car load-path) "\n")) (setq load-path (cdr load-path)))' >conftest.out])
+        am_cv_lispdir=`sed -n \
+       -e 's,/$,,' \
+       -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' \
+       -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}' \
+       conftest.out`
+       rm conftest.out
+       if test -z "$am_cv_lispdir"; then
+         am_cv_lispdir='${datadir}/emacs/site-lisp'
+       fi
+     ])
+     lispdir="$am_cv_lispdir"
+   fi
+ fi
+])
+AC_SUBST(lispdir)
+])# AM_PATH_LISPDIR
 
Index: lib/Makefile.am
--- lib/Makefile.am Mon, 01 Oct 2001 16:36:39 +0200 akim
+++ lib/Makefile.am Wed, 30 Jan 2002 23:52:11 +0100 akim
@@ -1,8 +1,25 @@
 ## Process this file with automake to create Makefile.in
 
+## Copyright 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
 SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
 nodist_pkgdata_DATA = autom4te.cfg
-EXTRA_DIST = autom4te.in
+EXTRA_DIST = autom4te.in freeze.mk
 
 edit = sed \
        -e 's,@SHELL\@,$(SHELL),g' \
Index: lib/autoconf/Makefile.am
--- lib/autoconf/Makefile.am Sun, 16 Sep 2001 15:14:29 +0200 akim
+++ lib/autoconf/Makefile.am Sat, 02 Feb 2002 22:35:32 +0100 akim
@@ -26,7 +26,7 @@
         functions.m4 headers.m4 types.m4 libs.m4 programs.m4
 
 nodist_autoconflib_DATA = autoconf.m4f
-
+CLEANFILES = $(nodist_autoconflib_DATA)
 
 
 ## --------------- ##
@@ -62,71 +62,5 @@ check-local:
 ## The frozen files.  ##
 ## ------------------ ##
 
-SUFFIXES = .m4 .m4f
-M4_INCLUDES =  --include $(srcdir) \
-               --include $(top_builddir)/lib \
-               --include $(top_srcdir)/lib
-
-# When processing the file with diversion disabled, there must be no
-# output but comments and empty lines.
-# If freezing produces output, something went wrong: a bad `divert',
-# or an improper paren etc.
-# It may happen that the output does not end with a end of line, hence
-# force an end of line when reporting errors.
-.m4.m4f:
-       $(M4) $(M4_INCLUDES) --fatal-warning --define divert \
-             $*.m4 2>error.log | \
-         sed 's/#.*//;/^$$/d' >process.log
-       if grep . error.log >/dev/null 2>&1; then \
-         echo "ERROR: Processing $*.m4 produced errors:" >&2; \
-         sed "s,^,$*.m4: ," <error.log >&2; \
-         echo >&2; \
-         exit 1; \
-       else \
-         rm -f error.log; \
-       fi
-       if grep . process.log >/dev/null 2>&1; then \
-         echo "ERROR: Processing $*.m4 produced output:" >&2; \
-         sed "s,^,$*.m4: ," <process.log >&2; \
-         echo >&2; \
-         exit 1; \
-       else \
-         rm -f process.log; \
-       fi
-       $(M4) $(M4_INCLUDES) --fatal-warning --freeze-state=$*.m4f \
-             $*.m4 >freeze.log
-       if grep . freeze.log >/dev/null 2>&1; then \
-         echo "ERROR: Freezing $(libdir)/$*.m4 produced output:" >&2; \
-         sed "s,^,$*.m4: ," <freeze.log >&2; \
-         echo >&2; \
-         exit 1; \
-       else \
-         rm -f freeze.log; \
-       fi
-
-
-# Some day we should explain to Automake how to use autom4te to compute
-# the dependencies...
-srclibdir = $(top_srcdir)/lib
-autoconf.m4f: $(srclibdir)/m4sugar/m4sugar.m4  \
-              ../m4sugar/version.m4    \
-              $(srclibdir)/m4sugar/m4sh.m4     \
-              $(srclibdir)/autoconf/autoconf.m4        \
-              $(srclibdir)/autoconf/general.m4 \
-              $(srclibdir)/autoconf/autoheader.m4 \
-              $(srclibdir)/autoconf/autoupdate.m4 \
-              $(srclibdir)/autoconf/autotest.m4 \
-              $(srclibdir)/autoconf/status.m4  \
-              $(srclibdir)/autoconf/oldnames.m4        \
-              $(srclibdir)/autoconf/specific.m4        \
-              $(srclibdir)/autoconf/lang.m4    \
-              $(srclibdir)/autoconf/c.m4       \
-              $(srclibdir)/autoconf/fortran.m4 \
-              $(srclibdir)/autoconf/functions.m4 \
-              $(srclibdir)/autoconf/headers.m4 \
-              $(srclibdir)/autoconf/types.m4   \
-              $(srclibdir)/autoconf/libs.m4    \
-              $(srclibdir)/autoconf/programs.m4
-
-# Files that should be removed, but which Automake does not know.
-CLEANFILES = autoconf.m4f
+autoconf.m4f: $(autoconf_m4f_dependencies)
+include ../freeze.mk
Index: lib/autotest/Makefile.am
--- lib/autotest/Makefile.am Fri, 24 Aug 2001 08:01:11 +0200 akim
+++ lib/autotest/Makefile.am Sat, 02 Feb 2002 22:36:45 +0100 akim
@@ -1,10 +1,26 @@
 ## Process this file with automake to create Makefile.in
 
-autotestlibdir = $(pkgdatadir)/autotest
+## Copyright 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
 
+autotestlibdir = $(pkgdatadir)/autotest
 dist_autotestlib_DATA = autotest.m4 general.m4
-
-
+nodist_autotestlib_DATA = autotest.m4f
+CLEANFILES = $(nodist_autotestlib_DATA)
 
 ## --------------- ##
 ## Building TAGS.  ##
@@ -30,3 +46,11 @@ check-local:
        else \
          rm -f eof.log; \
        fi
+
+
+## ------------------ ##
+## The frozen files.  ##
+## ------------------ ##
+
+autotest.m4f: $(autotests_m4f_dependencies)
+include ../freeze.mk
Index: lib/m4sugar/Makefile.am
--- lib/m4sugar/Makefile.am Sun, 23 Sep 2001 14:22:45 +0200 akim
+++ lib/m4sugar/Makefile.am Sat, 02 Feb 2002 22:34:53 +0100 akim
@@ -1,9 +1,26 @@
 ## Process this file with automake to create Makefile.in
 
+## Copyright 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
 m4sugarlibdir = $(pkgdatadir)/m4sugar
 dist_m4sugarlib_DATA = m4sugar.m4 m4sh.m4
-nodist_m4sugarlib_DATA = version.m4
-DISTCLEANFILES         = $(nodist_m4sugarlib_DATA)
+nodist_m4sugarlib_DATA = version.m4 m4sugar.m4f m4sh.m4f
+CLEANFILES = $(nodist_m4sugarlib_DATA)
 
 ## ------------ ##
 ## version.m4.  ##
@@ -13,7 +30,8 @@ version.m4: $(top_srcdir)/configure.ac
        {                                       \
          echo '# This file is part of -*- Autoconf -*-.'; \
          echo '# Version of Autoconf.'; \
-         echo '# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.'; \
+         echo '# Copyright (C) 1999, 2000, 2001, 2002'; \
+         echo '# Free Software Foundation, Inc.'; \
          echo ;\
          echo 'm4_define([m4_PACKAGE_NAME],      address@hidden@])'; \
          echo 'm4_define([m4_PACKAGE_TARNAME],   address@hidden@])'; \
@@ -47,3 +65,12 @@ check-local:
        else \
          rm -f eof.log; \
        fi
+
+
+## ------------------ ##
+## The frozen files.  ##
+## ------------------ ##
+
+m4sugar.m4f: $(m4sugar_m4f_dependencies)
+m4sh.m4f: $(m4sh_m4f_dependencies)
+include ../freeze.mk
Index: lib/freeze.mk
--- lib/freeze.mk Sat, 02 Feb 2002 22:52:08 +0100 akim
+++ lib/freeze.mk Sat, 02 Feb 2002 22:49:23 +0100 akim
@@ -0,0 +1,83 @@
+## Freeze M4 files.
+
+## Copyright 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
+SUFFIXES = .m4 .m4f
+
+AUTOM4TE = $(top_builddir)/tests/autom4te
+$(AUTOM4TE):
+       cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
+
+AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
+$(AUTOM4TE_CFG):
+       cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
+
+# When processing the file with diversion disabled, there must be no
+# output but comments and empty lines.
+# If freezing produces output, something went wrong: a bad `divert',
+# or an improper paren etc.
+# It may happen that the output does not end with a end of line, hence
+# force an end of line when reporting errors.
+.m4.m4f:
+       $(AUTOM4TE)                             \
+               --language=$*                   \
+               --freeze                        \
+               --include=$(srcdir)/..          \
+               --include=..                    \
+               --output=$@
+
+# Factor the dependencies between all the frozen files.
+# Some day we should explain to Automake how to use autom4te to compute
+# the dependencies...
+src_libdir   = $(top_srcdir)/lib
+build_libdir = $(top_builddir)/lib
+
+m4f_dependencies = $(AUTOM4TE) $(AUTOM4TE_CFG)
+
+m4sugar_m4f_dependencies =                     \
+       $(m4f_dependencies)                     \
+       $(src_libdir)/m4sugar/m4sugar.m4        \
+       $(build_libdir)/m4sugar/version.m4
+
+m4sh_m4f_dependencies =                                \
+       $(m4sugar_m4f_dependencies)             \
+       $(src_libdir)/m4sugar/m4sh.m4
+
+autotest_m4f_dependencies =                    \
+       $(m4sh_m4f_dependencies)                \
+       $(src_libdir)/autotest/autotest.m4      \
+       $(src_libdir)/autotest/general.m4
+
+autoconf_m4f_dependencies =                    \
+       $(m4sh_m4f_dependencies)                \
+       $(src_libdir)/autoconf/general.m4       \
+       $(src_libdir)/autoconf/autoheader.m4    \
+       $(src_libdir)/autoconf/autoupdate.m4    \
+       $(src_libdir)/autoconf/autotest.m4      \
+       $(src_libdir)/autoconf/status.m4        \
+       $(src_libdir)/autoconf/oldnames.m4      \
+       $(src_libdir)/autoconf/specific.m4      \
+       $(src_libdir)/autoconf/lang.m4          \
+       $(src_libdir)/autoconf/c.m4             \
+       $(src_libdir)/autoconf/fortran.m4       \
+       $(src_libdir)/autoconf/functions.m4     \
+       $(src_libdir)/autoconf/headers.m4       \
+       $(src_libdir)/autoconf/types.m4         \
+       $(src_libdir)/autoconf/libs.m4          \
+       $(src_libdir)/autoconf/programs.m4      \
+       $(src_libdir)/autoconf/autoconf.m4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]