Jim Meyering
dfc5ff02a0
Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files
...
so that automake automatically knows to distribute those files.
Use AC_LIBOBJ to ensure that automake automatically knows the
names of always-compiled source files. Automake already knows
the names of conditionally compiled ones, e.g., due to preexisting
uses of AC_LIBOBJ and AC_REPLACE_FUNCS.
[This is a start. Many still remain to be fixed...]
2005-01-29 00:16:39 +00:00
Paul Eggert
65ef46a51c
Use an all-permissive copyright notice, recommended by RMS.
2005-01-23 09:07:57 +00:00
Paul Eggert
d86254a25a
Sync from gnulib.
2004-08-05 23:01:03 +00:00
Jim Meyering
183dcb7d9a
(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
2004-04-20 08:44:55 +00:00
Jim Meyering
461c760184
Don't emit trailing blanks.
2004-04-20 08:40:38 +00:00
Jim Meyering
1df8b738db
(UTILS_FUNC_DIRFD): Merge in change from gnulib, fixing an M4 quoting bug.
2003-05-26 19:37:26 +00:00
Jim Meyering
70c7e4f3e8
(UTILS_FUNC_DIRFD): Test the cache variable, not one
...
that is guaranteed to be `no'. Use `no_such_member' to indicate
that condition, rather than `-1' which is slightly misleading.
Change the name of the cache variable to have the gl_ prefix.
Prompted by a patch from Richard Dawe for DJGPP.
2003-03-17 19:28:31 +00:00
Jim Meyering
a8f272fc4e
(UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
2003-01-23 17:55:17 +00:00
Jim Meyering
4f045ded1c
Correct typo: s/-1/no/ that kept this from working
...
on at least Irix and OSF1/Tru64.
2003-01-23 17:50:42 +00:00
Jim Meyering
50bc2a4286
(UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
...
This is necessary at least on Darwin 5.3.
2002-04-12 20:48:29 +00:00
Jim Meyering
c2a328bb30
it's CFLAGS, not DEFS
2001-11-03 20:07:10 +00:00
Jim Meyering
af1d1e7d3d
fix indentation of cpp `#'s
2001-11-03 20:00:36 +00:00
Jim Meyering
ef991b4aa3
(UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
...
know the name of the variable in the macro definition.
2001-11-03 18:49:27 +00:00
Jim Meyering
a427fa83f6
Use the replacement only if we have neither the function
...
nor a declaration.
2001-11-02 07:36:35 +00:00
Jim Meyering
7c102d03c7
use AC_HEADER_DIRECT and all the associated cruft
2001-11-01 16:55:16 +00:00
Jim Meyering
0c0ad8da77
don't indent the #include directive
2001-11-01 16:47:00 +00:00
Jim Meyering
8d503b5362
check for decl, too
2001-11-01 16:46:06 +00:00
Jim Meyering
afd8381b51
(UTILS_FUNC_DIRFD): New macro.
2001-11-01 16:41:57 +00:00