gnulib.git
19 years ago(POSIXLY_CORRECT): New constant.
Paul Eggert [Wed, 17 Nov 2004 01:52:35 +0000 (01:52 +0000)]
(POSIXLY_CORRECT): New constant.

19 years agoMerge from coreutils to support a more-standard getopt.
Paul Eggert [Wed, 17 Nov 2004 01:13:54 +0000 (01:13 +0000)]
Merge from coreutils to support a more-standard getopt.

19 years ago*** empty log message ***
Jim Meyering [Tue, 16 Nov 2004 13:46:34 +0000 (13:46 +0000)]
*** empty log message ***

19 years ago(Depends-on): Add fpending.
Jim Meyering [Tue, 16 Nov 2004 13:44:34 +0000 (13:44 +0000)]
(Depends-on): Add fpending.

19 years ago* getdate.y (tORDINAL): New token.
Paul Eggert [Tue, 16 Nov 2004 08:25:50 +0000 (08:25 +0000)]
* getdate.y (tORDINAL): New token.

19 years ago(tORDINAL): New token.
Paul Eggert [Tue, 16 Nov 2004 08:25:37 +0000 (08:25 +0000)]
(tORDINAL): New token.
(day, relunit): Allow it for relative times.
(relative_time_table): Use tORDINAL for ordinals.

19 years ago* getdate.texi (General date syntax): "next" is 1, not 2.
Paul Eggert [Tue, 16 Nov 2004 08:25:13 +0000 (08:25 +0000)]
* getdate.texi (General date syntax): "next" is 1, not 2.

19 years agogetdate.texi (General date syntax): "next" is 1, not 2.
Paul Eggert [Tue, 16 Nov 2004 08:25:01 +0000 (08:25 +0000)]
getdate.texi (General date syntax): "next" is 1, not 2.
Document that "second" isn't allowed as an ordinal number.

19 years ago.
Jim Meyering [Mon, 15 Nov 2004 17:46:17 +0000 (17:46 +0000)]
.

19 years agoInclude "__fpending.h" once again.
Jim Meyering [Mon, 15 Nov 2004 17:45:32 +0000 (17:45 +0000)]
Include "__fpending.h" once again.
Include <stdbool.h>.
(close_stdout): Don't fail just because stdout was closed initially,
since some programs don't write to stdout in the normal course of
operation (other than --version and --help), and we don't want this
function to make e.g. `touch file >&-' fail.
But do fail if it was closed and someone has tried to write to it.
E.g., `printf foo >&-' must fail.

19 years ago.
Karl Berry [Sun, 14 Nov 2004 13:09:13 +0000 (13:09 +0000)]
.

19 years agoMore caveats, taken from strtok_r.c.
Bruno Haible [Fri, 12 Nov 2004 16:55:30 +0000 (16:55 +0000)]
More caveats, taken from strtok_r.c.

19 years agoRevert doc, suggested by Bruno.
Simon Josefsson [Fri, 12 Nov 2004 16:18:49 +0000 (16:18 +0000)]
Revert doc, suggested by Bruno.

19 years ago.
Karl Berry [Fri, 12 Nov 2004 14:18:08 +0000 (14:18 +0000)]
.

19 years agoAdd a cross-reference to strtok_r.
Bruno Haible [Fri, 12 Nov 2004 13:06:40 +0000 (13:06 +0000)]
Add a cross-reference to strtok_r.

19 years ago.
Karl Berry [Fri, 12 Nov 2004 09:07:35 +0000 (09:07 +0000)]
.

19 years agoRemove buggy ChangeLog entry (sorry!).
Simon Josefsson [Fri, 12 Nov 2004 00:09:08 +0000 (00:09 +0000)]
Remove buggy ChangeLog entry (sorry!).

19 years agoAdd strtok_r.
Simon Josefsson [Fri, 12 Nov 2004 00:07:20 +0000 (00:07 +0000)]
Add strtok_r.

19 years agoAdd strtok_r.c.
Simon Josefsson [Fri, 12 Nov 2004 00:05:45 +0000 (00:05 +0000)]
Add strtok_r.c.

19 years agoSync with glibc CVS.
Simon Josefsson [Fri, 12 Nov 2004 00:04:22 +0000 (00:04 +0000)]
Sync with glibc CVS.

19 years agoAdd strtok_r.
Simon Josefsson [Fri, 12 Nov 2004 00:00:47 +0000 (00:00 +0000)]
Add strtok_r.

19 years agoAdd jas.
Simon Josefsson [Thu, 11 Nov 2004 23:49:55 +0000 (23:49 +0000)]
Add jas.

19 years ago* getopt_.h: Add __getopt_argv_const. Include <stdlib.h> and <stdio.h>
Paul Eggert [Thu, 11 Nov 2004 21:23:56 +0000 (21:23 +0000)]
* getopt_.h: Add __getopt_argv_const.  Include <stdlib.h> and <stdio.h>
along with <unistd.h>.

19 years ago(_getopt_internal, _getopt_internal_r, _getopt_long_r, _getopt_long_only_r):
Paul Eggert [Thu, 11 Nov 2004 21:16:28 +0000 (21:16 +0000)]
(_getopt_internal, _getopt_internal_r, _getopt_long_r, _getopt_long_only_r):
Use __getopt_argv_count.

19 years ago(getopt_long, _getopt_long_r, getopt_long_only, _getopt_long_only_r):
Paul Eggert [Thu, 11 Nov 2004 21:16:03 +0000 (21:16 +0000)]
(getopt_long, _getopt_long_r, getopt_long_only, _getopt_long_only_r):
Use __getopt_argv_const.

19 years ago(_getopt_initialize, _getopt_internal_r, _getopt_internal, getopt):
Paul Eggert [Thu, 11 Nov 2004 21:15:33 +0000 (21:15 +0000)]
(_getopt_initialize, _getopt_internal_r, _getopt_internal, getopt):
Use __getopt_argv_const.

19 years ago(__getopt_argv_const): New macro, to be used so that
Paul Eggert [Thu, 11 Nov 2004 21:14:57 +0000 (21:14 +0000)]
(__getopt_argv_const): New macro, to be used so that
we can stop lying to compilers about the constness of argv when we
are compiled outside glibc.
(getopt, getopt_long, getopt_long_only): Use it.

[defined __GETOPT_PREFIX && !defined __need_getopt]:
Include <stdlib.h> and <stdio.h>, too.

19 years ago(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert [Thu, 11 Nov 2004 21:00:47 +0000 (21:00 +0000)]
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
of replacing opterr, getopt, etc.  This should handle the
powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.

19 years ago* getopt_.h: rename getopt to __GETOPT_PREFIX##getopt, and so forth
Paul Eggert [Thu, 11 Nov 2004 20:30:14 +0000 (20:30 +0000)]
* getopt_.h: rename getopt to __GETOPT_PREFIX##getopt, and so forth

19 years ago(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert [Thu, 11 Nov 2004 20:27:32 +0000 (20:27 +0000)]
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
of replacing opterr, getopt, etc.

19 years ago[defined __GETOPT_PREFIX && !defined __need_getopt]:
Paul Eggert [Thu, 11 Nov 2004 20:24:58 +0000 (20:24 +0000)]
[defined __GETOPT_PREFIX && !defined __need_getopt]:
Include <unistd.h> if available.
Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
the other external symbols.
(getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
declaration, since the above renaming now works around collisions.

19 years agoReplace opterr.
Simon Josefsson [Thu, 11 Nov 2004 15:32:19 +0000 (15:32 +0000)]
Replace opterr.

19 years ago*** empty log message ***
Jim Meyering [Thu, 11 Nov 2004 11:04:13 +0000 (11:04 +0000)]
*** empty log message ***

19 years agoRemove trailing blanks.
Jim Meyering [Thu, 11 Nov 2004 09:40:45 +0000 (09:40 +0000)]
Remove trailing blanks.

19 years agoremove blank lines at end of file
Jim Meyering [Thu, 11 Nov 2004 09:29:44 +0000 (09:29 +0000)]
remove blank lines at end of file

19 years agoRemove trailing blanks.
Jim Meyering [Thu, 11 Nov 2004 09:26:43 +0000 (09:26 +0000)]
Remove trailing blanks.

19 years agoRemove trailing blank.
Jim Meyering [Thu, 11 Nov 2004 09:25:55 +0000 (09:25 +0000)]
Remove trailing blank.

19 years ago.
Karl Berry [Thu, 11 Nov 2004 08:55:03 +0000 (08:55 +0000)]
.

19 years agoFix >> problems in getdate.y, strftime.c, quotearg.c.
Paul Eggert [Thu, 11 Nov 2004 06:09:40 +0000 (06:09 +0000)]
Fix >> problems in getdate.y, strftime.c, quotearg.c.

19 years ago(struct quoting_options): Use unsigned int for quote_these_too, so
Paul Eggert [Thu, 11 Nov 2004 05:58:47 +0000 (05:58 +0000)]
(struct quoting_options): Use unsigned int for quote_these_too, so
that right shifts are well defined.  All uses changed.

19 years ago(SHR): New macro, which is a portable
Paul Eggert [Thu, 11 Nov 2004 05:57:27 +0000 (05:57 +0000)]
(SHR): New macro, which is a portable
substitute for >> that should work even on Crays.
(tm_diff): Use it.

19 years agoSync from coreutils.
Paul Eggert [Thu, 11 Nov 2004 04:59:09 +0000 (04:59 +0000)]
Sync from coreutils.

19 years ago(gl_MACROS): Don't require gl_FUNC_FPENDING.
Paul Eggert [Thu, 11 Nov 2004 04:58:52 +0000 (04:58 +0000)]
(gl_MACROS): Don't require gl_FUNC_FPENDING.

19 years ago(gl_PREREQ): Require gt_FUNC_SETENV.
Paul Eggert [Thu, 11 Nov 2004 04:58:05 +0000 (04:58 +0000)]
(gl_PREREQ): Require gt_FUNC_SETENV.

19 years ago* mktime.c (SHR): New macro.
Paul Eggert [Thu, 11 Nov 2004 04:39:19 +0000 (04:39 +0000)]
* mktime.c (SHR): New macro.

19 years ago(SHR): New macro, which is a portable
Paul Eggert [Thu, 11 Nov 2004 04:37:32 +0000 (04:37 +0000)]
(SHR): New macro, which is a portable
substitute for >> that should work even on Crays.
(TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
Problem reported by Mark D. Baushke in
<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.

19 years agoAdd getaddrinfo.
Simon Josefsson [Wed, 10 Nov 2004 14:53:00 +0000 (14:53 +0000)]
Add getaddrinfo.

19 years ago.
Karl Berry [Wed, 10 Nov 2004 09:02:14 +0000 (09:02 +0000)]
.

19 years ago(Depends-on): Remove fpending.
Jim Meyering [Wed, 10 Nov 2004 08:49:39 +0000 (08:49 +0000)]
(Depends-on): Remove fpending.

19 years ago*** empty log message ***
Jim Meyering [Wed, 10 Nov 2004 08:48:50 +0000 (08:48 +0000)]
*** empty log message ***

19 years agoEnsure that no close failure goes unreported.
Jim Meyering [Wed, 10 Nov 2004 08:48:41 +0000 (08:48 +0000)]
Ensure that no close failure goes unreported.

(close_stdout): Always close stdout.  I.e., don't
return early when it seems there's nothing to flush.
Don't include __fpending.h.

19 years ago* strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
Paul Eggert [Tue, 9 Nov 2004 20:55:29 +0000 (20:55 +0000)]
* strftime.c (DO_MULTIBYTE): Check for wchar.h, too.

19 years ago(DO_MULTIBYTE): Check for wchar.h, too.
Paul Eggert [Tue, 9 Nov 2004 20:55:12 +0000 (20:55 +0000)]
(DO_MULTIBYTE): Check for wchar.h, too.

19 years ago* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert [Tue, 9 Nov 2004 20:54:49 +0000 (20:54 +0000)]
* strftime.m4: Check for wchar.h and clean up a bit.

19 years ago(_gl_STRFTIME_PREREQS): Remove. Move its body to
Paul Eggert [Tue, 9 Nov 2004 20:53:49 +0000 (20:53 +0000)]
(_gl_STRFTIME_PREREQS): Remove.  Move its body to
gl_FUNC_STRFTIME.
(gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
and AC_REQUIRE when possible, to avoid duplicate checks.
Check for <wchar.h>.

19 years agoDetect support for IPv4 and IPv6 protocol families.
Bruno Haible [Tue, 9 Nov 2004 12:56:41 +0000 (12:56 +0000)]
Detect support for IPv4 and IPv6 protocol families.

19 years agoupdate from texinfo
Karl Berry [Tue, 9 Nov 2004 00:09:09 +0000 (00:09 +0000)]
update from texinfo

19 years agoUse British English, not German English.
Bruno Haible [Mon, 8 Nov 2004 12:54:48 +0000 (12:54 +0000)]
Use British English, not German English.

19 years agoMake sure size_t is defined.
Bruno Haible [Fri, 5 Nov 2004 21:57:55 +0000 (21:57 +0000)]
Make sure size_t is defined.

19 years ago.
Karl Berry [Fri, 5 Nov 2004 08:50:12 +0000 (08:50 +0000)]
.

19 years agoDistribute allocsa.valgrind.
Bruno Haible [Thu, 4 Nov 2004 13:34:20 +0000 (13:34 +0000)]
Distribute allocsa.valgrind.

19 years agoUpgrade allocsa module from GNU gettext.
Bruno Haible [Thu, 4 Nov 2004 13:32:03 +0000 (13:32 +0000)]
Upgrade allocsa module from GNU gettext.

19 years agoUpdate serial number.
Paul Eggert [Wed, 3 Nov 2004 23:26:03 +0000 (23:26 +0000)]
Update serial number.

19 years agoRemove trailing white space.
Paul Eggert [Wed, 3 Nov 2004 17:37:58 +0000 (17:37 +0000)]
Remove trailing white space.

19 years ago* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert [Wed, 3 Nov 2004 17:20:55 +0000 (17:20 +0000)]
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.

19 years ago(gl_AC_TYPE_UINT32_T): When determining uint32_t
Paul Eggert [Wed, 3 Nov 2004 17:20:32 +0000 (17:20 +0000)]
(gl_AC_TYPE_UINT32_T): When determining uint32_t
equivalent, substitute $ac_type for equivalent type rather than
blindly using uint32_t *always* which won't work if uint32_t is not
available.  Define _UINT32_T to work around typedef of uint32_t if
<sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
2.5.1.

19 years ago* xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
Paul Eggert [Wed, 3 Nov 2004 09:24:41 +0000 (09:24 +0000)]
* xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
with errno == ERANGE if the buffer is too small.

19 years agoxreadlink.c (xreadlink): AIX and HP-UX readlink return -1
Paul Eggert [Wed, 3 Nov 2004 09:24:17 +0000 (09:24 +0000)]
xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
with errno == ERANGE if the buffer is too small.

19 years agoxreadlink problems with SSIZE_MAX.
Paul Eggert [Tue, 2 Nov 2004 20:18:26 +0000 (20:18 +0000)]
xreadlink problems with SSIZE_MAX.

19 years ago(MAXSIZE): New macro.
Paul Eggert [Tue, 2 Nov 2004 20:17:37 +0000 (20:17 +0000)]
(MAXSIZE): New macro.
(xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
size does not exceed MAXSIZE.  Avoid cast.
As suggested by Mark D. Baushke in
<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
if readlink fails with buffer size just under MAXSIZE, try again
with MAXSIZE.

19 years ago* srclist.txt: Add mktime.c; glibc bought all our changes.
Paul Eggert [Tue, 2 Nov 2004 19:22:29 +0000 (19:22 +0000)]
* srclist.txt: Add mktime.c; glibc bought all our changes.

19 years ago* jm-macros.m4: Sync from coreutils.
Paul Eggert [Tue, 2 Nov 2004 19:20:58 +0000 (19:20 +0000)]
* jm-macros.m4: Sync from coreutils.

19 years ago* getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
Paul Eggert [Tue, 2 Nov 2004 19:18:44 +0000 (19:18 +0000)]
* getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
(get_date): Overparenthesize to avoid GCC warning.

19 years agoProvide a return value for unsetenv() if the system doesn't.
Bruno Haible [Tue, 2 Nov 2004 12:29:39 +0000 (12:29 +0000)]
Provide a return value for unsetenv() if the system doesn't.

19 years agogetpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson [Mon, 1 Nov 2004 21:46:25 +0000 (21:46 +0000)]
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
fflush_unlocked, flockfile, funlockfile, funlockfile,
fputs_unlocked, putc_unlocked.

19 years ago(fflush_unlocked, flockfile, funlockfile)
Simon Josefsson [Mon, 1 Nov 2004 21:45:37 +0000 (21:45 +0000)]
(fflush_unlocked, flockfile, funlockfile)
(funlockfile, fputs_unlocked, putc_unlocked): Don't define if
already declared.

19 years agoupdate from texinfo
Karl Berry [Sun, 31 Oct 2004 15:00:30 +0000 (15:00 +0000)]
update from texinfo

19 years ago.
Karl Berry [Sat, 30 Oct 2004 08:00:13 +0000 (08:00 +0000)]
.

19 years agogetdate support for TZ="foo", and documentation.
Paul Eggert [Fri, 29 Oct 2004 21:01:18 +0000 (21:01 +0000)]
getdate support for TZ="foo", and documentation.

19 years agoNew file, from coreutils with modifications for
Paul Eggert [Fri, 29 Oct 2004 21:00:43 +0000 (21:00 +0000)]
New file, from coreutils with modifications for
the new TZ parsing.

19 years ago(Files): Add doc/getdate.texi.
Paul Eggert [Fri, 29 Oct 2004 21:00:24 +0000 (21:00 +0000)]
(Files): Add doc/getdate.texi.
(Depends-on): Add setenv, xalloc.

19 years agoAdd support for TZ="foo" within a date string.
Paul Eggert [Fri, 29 Oct 2004 20:59:53 +0000 (20:59 +0000)]
Add support for TZ="foo" within a date string.
Fix some bugs near time_t boundaries.  Reject dates with
out-of-range components, e.g., "Sept 31".
Include <stdlib.h>, "setenv.h", "xalloc.h".
(ISDIGIT_LOCALE): Remove; unused.
Note that the TZ and time functions used here are not reentrant.
(mktime_ok, get_tz): New functions.
(TZBUFSIZE): New constant.
(get_date): Parse leading TZ="foo".  Reject out-of-range components;.
This requires that we sometimes generate our own TZ="XXX..." setting.

19 years ago* mktime.c (not_equal_tm): Remove redundant check.
Paul Eggert [Wed, 27 Oct 2004 21:48:31 +0000 (21:48 +0000)]
* mktime.c (not_equal_tm): Remove redundant check.

19 years ago(not_equal_tm): Remove redundant check.
Paul Eggert [Wed, 27 Oct 2004 21:48:17 +0000 (21:48 +0000)]
(not_equal_tm): Remove redundant check.

19 years agoautoupdate
Karl Berry [Wed, 27 Oct 2004 12:01:54 +0000 (12:01 +0000)]
autoupdate

19 years ago* getdate.y: Use Bison 1.875 features, and some minor code cleanups.
Paul Eggert [Mon, 25 Oct 2004 05:50:58 +0000 (05:50 +0000)]
* getdate.y: Use Bison 1.875 features, and some minor code cleanups.

19 years agoUse Bison 1.875 features, and some minor
Paul Eggert [Mon, 25 Oct 2004 05:50:16 +0000 (05:50 +0000)]
Use Bison 1.875 features, and some minor
code cleanups.  This change does not affect semantics.
Don't include <stdlib.h>; no longer needed.
Don't include unlocked-io.h; only the "#if TEST" code uses
stdio, and performance isn't crucial there.
(PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
Bison 1.875 features as described below.
All uses of "PC." replaced by "pc->".
(YYSTYPE): Add a forward declaration.
(yylex, yyerror): Use full prototypes in forward decls.
Use "%pure-parser" rather than obsolescent "%pure_parser".
Use %parse-param and %lex-param instead of obsolescent
YYPARSE_PARAM and YYLEX_PARAM.
(meridian_table, month_and_day_table, time_units_table,
relative_time_table, time_zone_table, military_table,
lookup_zone, lookup_word, get_date):
Use NULL instead of 0 where appropriate.
(to_hour): Avoid abort (), to avoid a dependency on
stdlib.h.
(yyerror, yylex): Now accepts parser_control * arg.
(main) [TEST]: Use '\0' rather than 0 for char.

19 years ago* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert [Sun, 24 Oct 2004 23:22:32 +0000 (23:22 +0000)]
* modules/regex (lib_SOURCES): Add regex.c.

19 years ago(lib_SOURCES): Add regex.c.
Paul Eggert [Sun, 24 Oct 2004 23:22:14 +0000 (23:22 +0000)]
(lib_SOURCES): Add regex.c.

19 years agogetpagesize module shouldn't assume sys/param.h exists.
Paul Eggert [Fri, 22 Oct 2004 22:28:36 +0000 (22:28 +0000)]
getpagesize module shouldn't assume sys/param.h exists.

19 years ago* mktime.c (leapyear): Arg is long int, not int.
Paul Eggert [Fri, 22 Oct 2004 20:19:13 +0000 (20:19 +0000)]
* mktime.c (leapyear): Arg is long int, not int.

19 years ago(leapyear): Arg is long int, not int.
Paul Eggert [Fri, 22 Oct 2004 20:19:01 +0000 (20:19 +0000)]
(leapyear): Arg is long int, not int.

19 years agoUpdate from glibc.
Paul Eggert [Mon, 18 Oct 2004 21:27:07 +0000 (21:27 +0000)]
Update from glibc.

19 years agoThat's LTALLOCA, not LT_ALLOCA.
Bruno Haible [Mon, 18 Oct 2004 10:35:04 +0000 (10:35 +0000)]
That's LTALLOCA, not LT_ALLOCA.

19 years agoFix "*/" typo.
Paul Eggert [Mon, 18 Oct 2004 04:59:39 +0000 (04:59 +0000)]
Fix "*/" typo.

19 years ago* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert [Sun, 17 Oct 2004 17:50:42 +0000 (17:50 +0000)]
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.

19 years ago(func_emit_lib_Makefile_am): Fix typo: a $ was
Paul Eggert [Sun, 17 Oct 2004 17:50:25 +0000 (17:50 +0000)]
(func_emit_lib_Makefile_am): Fix typo: a $ was
missing.  Problem reported by James Youngman.

19 years agoFix comments. Fix parse problem.
Simon Josefsson [Fri, 15 Oct 2004 22:57:10 +0000 (22:57 +0000)]
Fix comments.  Fix parse problem.
(func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.

19 years agoProvisions for defining LTALLOCA.
Bruno Haible [Fri, 15 Oct 2004 20:20:11 +0000 (20:20 +0000)]
Provisions for defining LTALLOCA.

19 years ago* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert [Fri, 15 Oct 2004 20:02:04 +0000 (20:02 +0000)]
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
implementation of getopt_long.