Gnulib has changed again. Reimport. Adjust. Rinse. Repeat.v1.9a
commit0bed0cfbcc944a93edf719af0db3c8097fc8122f
authorGary V. Vaughan <gary@gnu.org>
Wed, 4 May 2005 15:45:43 +0000 (4 15:45 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 6 Oct 2007 04:01:04 +0000 (5 22:01 -0600)
tree8a411a097de99d0e31b2e529cfc5ab4644a70f95
parentb7e52c2c182868e79d2ed6abe74608037011f8f1
Gnulib has changed again.  Reimport.  Adjust.  Rinse.  Repeat.
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.
25 files changed:
ChangeLog
Makefile.am
README
bootstrap
commit
config/.cvsignore [deleted file]
configure.ac
doc/Makefile.am [deleted file]
examples/Makefile.am [deleted file]
ltdl/config/mailnotify [moved from config/mailnotify with 100% similarity]
ltdl/config/mkstamp [moved from config/mkstamp with 100% similarity]
ltdl/m4/debug.m4 [moved from acm4/debug.m4 with 100% similarity]
ltdl/m4/gmp.m4 [moved from acm4/gmp.m4 with 100% similarity]
ltdl/m4/m4-error.m4 [copied from acm4/m4-error.m4 with 100% similarity]
ltdl/m4/m4-getopt.m4 [moved from acm4/m4-error.m4 with 54% similarity]
ltdl/m4/m4-gettext.m4 [moved from acm4/m4-gettext.m4 with 100% similarity]
ltdl/m4/m4-gnulib.m4 [moved from acm4/m4-gnulib.m4 with 100% similarity]
ltdl/m4/m4-obstack.m4 [moved from acm4/m4-obstack.m4 with 100% similarity]
ltdl/m4/m4-regex.m4 [moved from acm4/m4-regex.m4 with 100% similarity]
ltdl/m4/stackovf.m4 [moved from acm4/stackovf.m4 with 100% similarity]
m4/Makefile.am [deleted file]
modules/Makefile.am [deleted file]
src/Makefile.am [deleted file]
src/main.c
tests/Makefile.am [deleted file]