diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:07:17 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:07:17 -0400 |
commit | 9f25c096019b378cc0734fce4291ab53a35b391e (patch) | |
tree | 6e27961cc008265b870d472050f0b530d6879d0d /awklib | |
parent | bb9e935084b97bc8369856d3e075b7e19182e120 (diff) | |
download | egawk-9f25c096019b378cc0734fce4291ab53a35b391e.tar.gz egawk-9f25c096019b378cc0734fce4291ab53a35b391e.tar.bz2 egawk-9f25c096019b378cc0734fce4291ab53a35b391e.zip |
Rewrite extension/Makefile.am
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/Makefile.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index d0f8a367..f7147e70 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -67,11 +67,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \ $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \ - $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socket.m4 \ - $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ - $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \ + $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |