From e7e0b88925cbf72af7c688040d5926ed27113cae Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 23 Feb 2012 22:19:04 -0500 Subject: [PATCH] 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. --- Makefile.am | 4 ++-- cfgtail.h => conf_post.h | 0 configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename cfgtail.h => conf_post.h (100%) 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], -- 2.43.0