From e9950f2fa8e45e86396371e91443dc04f14fb5f2 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 16 Oct 2009 13:06:36 +0300 Subject: Implement -D and -U options (preprocessor control). * Makefile.am (dist-hook,alpha,alphacheck): New rules. (ChangeLog): Be silent. * NEWS: Update. * doc/pies.texi: Update. * gnulib.modules: Add quote and quotearg * src/pies.c: Implement -D and -U options. Improve --help output. * src/pies.h: Include quotearg.h --- src/pies.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pies.h') diff --git a/src/pies.h b/src/pies.h index 9b8ee2d..f1cb13e 100644 --- a/src/pies.h +++ b/src/pies.h @@ -51,6 +51,7 @@ #define obstack_chunk_free free #include "obstack.h" #include "xvasprintf.h" +#include "quotearg.h" #include "acl.h" #include "libpies.h" -- cgit v1.2.1