~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to awklib/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2015-04-16 15:00:37 UTC
  • mto: (408.18.3)
  • mto: This revision was merged to the branch mainline in revision 536.
  • Revision ID: git-v1:aaa85643b352f867cfe7198f313b4481ad1f544d
Updated autoconf (.ac) files. Remove RETSIGTYPE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
116
116
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
117
117
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
118
 
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
119
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
120
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \
121
 
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/mpfr.m4 \
122
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/noreturn.m4 \
123
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
124
 
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socket.m4 \
125
 
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac
 
118
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
119
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
120
        $(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/longlong.m4 \
 
121
        $(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/nls.m4 \
 
122
        $(top_srcdir)/m4/noreturn.m4 $(top_srcdir)/m4/po.m4 \
 
123
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
124
        $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
125
        $(top_srcdir)/configure.ac
126
126
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127
127
        $(ACLOCAL_M4)
128
128
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)