[ANNOUNCE] sessreg 1.0.1
Alan Coopersmith
alan.coopersmith at sun.com
Thu Nov 9 14:49:18 PST 2006
Thanks for the patch - I've committed it to git.
-alan-
Jürg Billeter wrote:
> Fix grep pattern in Makefile.am
>
> Don't escape | in basic regex mode as it breaks build with GNU grep.
> ---
> Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 952ec8c..83f4b58 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -63,7 +63,7 @@ sessreg.$(APP_MAN_SUFFIX): filenames.sed
>
> filenames.sed: filenames.sed.c
> $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
> - $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's\|__' > $@
> + $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's|__' > $@
>
> if LINT
> ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
More information about the xorg
mailing list