summaryrefslogtreecommitdiff
path: root/m4/group-member.m4
AgeCommit message (Collapse)Author
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
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-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-09-13(gl_PREREQ_GROUP_MEMBER): Do not require standard C headers.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2000-07-02fix typo in last changeJim Meyering
2000-07-02Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵Jim Meyering
AC_LIBOBJ([function_name]).
1999-02-07New file -- extracted from sh-utils' configure.in.Jim Meyering