diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-28 07:46:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-28 07:46:40 +0200 |
commit | d76d65ed295dc3d8e64e248e7537d30932c327d7 (patch) | |
tree | 64f81aefc6961e4036d107db1ac49e924cab2e81 | |
parent | cd64f695ec51f4f9e67cc0380d30b429e1be298b (diff) | |
download | egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.gz egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.bz2 egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.zip |
Make building a working tarball work again.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/config.h | 37 | ||||
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
8 files changed, 44 insertions, 16 deletions
@@ -1,3 +1,8 @@ +2016-01-28 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (SUBDIRS): Include extras. Otherwise dist does + doesn't work. + 2016-01-27 Arnold D. Robbins <arnold@skeeve.com> * configure.ac (GAWK_AC_AIX_TWEAK): Remove call. diff --git a/Makefile.am b/Makefile.am index 460f9114..51703104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ if ENABLE_EXTENSIONS SUBDIRS += extension endif -SUBDIRS += doc awklib po test +SUBDIRS += extras doc awklib po test # what to make and install bin_PROGRAMS = gawk diff --git a/Makefile.in b/Makefile.in index d5bd302d..8e674a59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -262,7 +262,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags CSCOPE = cscope -DIST_SUBDIRS = . extension doc awklib po test +DIST_SUBDIRS = . extension extras doc awklib po test am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configh.in ABOUT-NLS \ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO awkgram.c \ command.c compile config.guess config.rpath config.sub depcomp \ @@ -487,7 +487,7 @@ EXTRA_DIST = \ # # Build in awklib after in doc, since we want to extract # sample files if doc/gawk.texi changed. -SUBDIRS = . $(am__append_1) doc awklib po test +SUBDIRS = . $(am__append_1) extras doc awklib po test include_HEADERS = gawkapi.h # sources for both gawk and dgawk diff --git a/pc/ChangeLog b/pc/ChangeLog index fb44a486..30c3de74 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2016-01-28 Arnold D. Robbins <arnold@skeeve.com> + + * config.h: Updated to current. + 2015-05-29 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst (negtime): Sync with mainline. diff --git a/pc/config.h b/pc/config.h index fad8641a..ca19f705 100644 --- a/pc/config.h +++ b/pc/config.h @@ -31,11 +31,11 @@ #define HAVE_BTOWC 1 #endif -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE @@ -131,7 +131,7 @@ #define HAVE_LOCALE_H 1 #endif -/* Define to 1 if the system has the type `long long int'. */ +/* Define to 1 if the system has the type 'long long int'. */ #undef HAVE_LONG_LONG_INT /* Define to 1 if you have the `mbrlen' function. */ @@ -203,6 +203,9 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID +/* Define to 1 if you have the `sigprocmask' function. */ +#undef HAVE_SIGPROCMASK + /* Define to 1 if you have the `snprintf' function. */ #ifdef __MINGW32__ #define HAVE_SNPRINTF 1 @@ -285,6 +288,12 @@ #define HAVE_STRTOUL 1 #endif +/* Define to 1 if `gr_passwd' is a member of `struct group'. */ +#undef HAVE_STRUCT_GROUP_GR_PASSWD + +/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */ +#undef HAVE_STRUCT_PASSWD_PW_PASSWD + /* Define to 1 if `st_blksize' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE @@ -302,6 +311,9 @@ #define HAVE_SYS_PARAM_H 1 #endif +/* Define to 1 if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H + /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H @@ -369,6 +381,9 @@ #define HAVE_USLEEP 1 #endif +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + /* Define to 1 if you have the <wchar.h> header file. */ #ifdef __MINGW32__ #define HAVE_WCHAR_H 1 @@ -407,12 +422,12 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to 1 if you have the `__etoa_l' function. */ +#undef HAVE___ETOA_L + /* enable severe portability problems */ #undef I_DONT_KNOW_WHAT_IM_DOING -/* libc is broken for regex handling */ -#undef LIBC_IS_BORKED - /* disable lint checks */ #undef NO_LINT @@ -440,13 +455,6 @@ /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT -/* Define as the return type of signal handlers (`int' or `void'). */ -#define RETSIGTYPE void - -#if defined(__DJGPP__) || defined(__MINGW32__) -#include <limits.h> -#endif - /* The size of `unsigned int', as computed by sizeof. */ #if UINT_MAX == 65536 #define SIZEOF_UNSIGNED_INT 2 @@ -471,6 +479,9 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Define to 1 if the character set is EBCDIC */ +#undef USE_EBCDIC + /* force use of our version of strftime */ #undef USE_INCLUDED_STRFTIME diff --git a/test/ChangeLog b/test/ChangeLog index b05c2896..e7bddcd3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2016-01-28 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add profile9.awk and profile9.ok. + 2016-01-14 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (aryprm9): New test. diff --git a/test/Makefile.am b/test/Makefile.am index 02748c18..2147d34b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -776,6 +776,8 @@ EXTRA_DIST = \ profile7.ok \ profile8.awk \ profile8.ok \ + profile9.awk \ + profile9.ok \ prt1eval.awk \ prt1eval.ok \ prtoeval.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index f76b4d59..927be043 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1033,6 +1033,8 @@ EXTRA_DIST = \ profile7.ok \ profile8.awk \ profile8.ok \ + profile9.awk \ + profile9.ok \ prt1eval.awk \ prt1eval.ok \ prtoeval.awk \ |