summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2005-05-04 15:45:43 +0000
committerEric Blake <ebb9@byu.net>2007-10-05 22:01:04 -0600
commit0bed0cfbcc944a93edf719af0db3c8097fc8122f (patch)
tree8a411a097de99d0e31b2e529cfc5ab4644a70f95 /examples/Makefile.am
parentb7e52c2c182868e79d2ed6abe74608037011f8f1 (diff)
downloadm4-1.9a.tar.gz
Gnulib has changed again. Reimport. Adjust. Rinse. Repeat.v1.9a
Automake and Libtool now agree on subdir-objects and LTLIBOBJS, and libtoolize does a better job of ltdl importing now too, so take advantage of that while updating the tree: * acm4, config: Moved from here... * ltdl/m4, ltdl/config: ...to here. * doc/Makefile.am, m4/Makefile.am, modules/Makefile.am, src/Makefile.am, tests/Makefile.am: Removed... * Makefile.am: ...and migrated to here, with adjustments to compensate for relative path differences. * commit: Adjust relative paths. * configure.ac: Adjust relative paths. (AC_PREREQ): 2.59 isn't strictly new enough, we also need a patch. (LT_PREREQ): 2.0 isn't released yet, but will work when it is! In the meanwhile, CVS HEAD libtool is needed. (AM_INIT_AUTOMAKE): Added subdir-objects declaration. 1.9.5 isn't stricly new enough, we also need a patch. (AM_PROG_CC_C_O): Required for subdir-objects in Automake. (AC_WITH_LTDL): Replaced with LT_WITH_LTDL. (gl_MODULES): Don't list getopt and version-etc, as they don't belong in libm4. * bootstrap: After running gnulib-tool to import the listed modules, fetch getopt and version-etc into src manually. (ltdldir): Change to ltdl. * src/main.c: Adjust for changes in version-etc API. * ltdl/m4/m4-getopt.m4: New macro to mirror gnulib's getopt.m4, but works when the getopt module isn't to be included in the lib. * README: Add note about patching autoconf and automake to bootstrap CVS m4.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am76
1 files changed, 0 insertions, 76 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index d8f2a689..00000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,76 +0,0 @@
-## This file is part of GNU m4
-## Copyright (C) 2000, 2001 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA
-## 02110-1301 USA
-
-EXTRA_DIST = $(WEB_SITE)
-
-MAINTAINERCLEANFILES = Makefile.in
-
-WEB_SITE = \
- WWW/Makefile \
- WWW/_footer.htm \
- WWW/_header.htm \
- WWW/man/Makefile \
- WWW/m4lib/bugs.m4 \
- WWW/m4lib/changelog.m4 \
- WWW/m4lib/download.m4 \
- WWW/m4lib/features.m4 \
- WWW/m4lib/feedback.m4 \
- WWW/m4lib/html.m4 \
- WWW/m4lib/index.m4 \
- WWW/m4lib/layout.m4 \
- WWW/m4lib/lists.m4 \
- WWW/m4lib/menu.m4 \
- WWW/m4lib/modules.m4 \
- WWW/m4lib/news.m4 \
- WWW/m4lib/readme.m4 \
- WWW/m4lib/setup.m4 \
- WWW/m4lib/test.m4 \
- WWW/m4lib/thanks.m4 \
- WWW/m4lib/thissite.m4 \
- WWW/m4lib/tmpl.m4 \
- WWW/m4lib/todo.m4 \
- WWW/m4lib/uses.m4 \
- WWW/m4lib/visions.m4 \
- WWW/m4lib/whatis.m4
-
-dist_pkgdata_DATA = \
- capitalize.m4 \
- comments.m4 \
- ddivert.m4 \
- debug.m4 \
- esyscmd.m4 \
- exp.m4 \
- foreach.m4 \
- forloop.m4 \
- fstab.m4 \
- hanoi.m4 \
- incl-test.m4 \
- include.m4 \
- indir.m4 \
- misc.m4 \
- multiquotes.m4 \
- patsubst.m4 \
- pushpop.m4 \
- regexp.m4 \
- reverse.m4 \
- sysv-args.m4 \
- trace.m4 \
- translit.m4 \
- undivert.incl \
- undivert.m4 \
- wrap.m4