From: Nick Bowler Date: Fri, 24 Feb 2012 03:19:04 +0000 (-0500) Subject: Fix distribution of missing config header. X-Git-Tag: v1~70 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/e7e0b88925cbf72af7c688040d5926ed27113cae Fix distribution of missing config header. While we're at it, rename cfgtail.h to conf_post.h for consistency with the example in the autoconf manual. --- diff --git a/Makefile.am b/Makefile.am index 5781b23..1ef288b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,8 @@ EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/validtypes.sed \ dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3 include_HEADERS = src/cdecl.h -noinst_HEADERS = src/typemap.h src/output.h src/scan.h src/parse.h src/i18n.h \ - src/error.h +noinst_HEADERS = conf_post.h src/typemap.h src/output.h src/scan.h \ + src/parse.h src/i18n.h src/error.h noinst_DATA = $(MOFILES) diff --git a/cfgtail.h b/conf_post.h similarity index 100% rename from cfgtail.h rename to conf_post.h diff --git a/configure.ac b/configure.ac index f0b606f..67252df 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ BISON_I18N GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe AC_SUBST([GLOBAL_SYMBOL_PIPE]) -AH_BOTTOM([#include ]) +AH_BOTTOM([#include ]) AC_ARG_WITH([gsl], [AS_HELP_STRING([--with-gsl],