diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:45:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:45:44 +0200 |
commit | 90001d0580cdba35ed3813396a095bd9f5a9345e (patch) | |
tree | 072fc0540d69ed420aad586dcab400ee40ca335c /test | |
parent | 80561e40fab798717fe2d0c217ccaf96e1025def (diff) | |
download | egawk-90001d0580cdba35ed3813396a095bd9f5a9345e.tar.gz egawk-90001d0580cdba35ed3813396a095bd9f5a9345e.tar.bz2 egawk-90001d0580cdba35ed3813396a095bd9f5a9345e.zip |
Upgrade infrastructure (automake, gettext, libtool).
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index a337288b..62dd0666 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -205,6 +205,7 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ |