]> git.draconx.ca Git - cdecl99.git/commitdiff
Fix distribution of missing config header.
authorNick Bowler <nbowler@elliptictech.com>
Fri, 24 Feb 2012 03:19:04 +0000 (22:19 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:58 +0000 (20:16 -0500)
While we're at it, rename cfgtail.h to conf_post.h for consistency with
the example in the autoconf manual.

Makefile.am
conf_post.h [moved from cfgtail.h with 100% similarity]
configure.ac

index 5781b234e1f8fac84e0e5efc623b218309510129..1ef288bfef58f1b2027534e91ba3543223ff43ce 100644 (file)
@@ -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)
 
similarity index 100%
rename from cfgtail.h
rename to conf_post.h
index f0b606f1aebc244e5d21ec5d79570012fe30977c..67252dfa1e896f0b5c7b3e9fff6dca0a3f848582 100644 (file)
@@ -40,7 +40,7 @@ BISON_I18N
 GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe
 AC_SUBST([GLOBAL_SYMBOL_PIPE])
 
-AH_BOTTOM([#include <cfgtail.h>])
+AH_BOTTOM([#include <conf_post.h>])
 
 AC_ARG_WITH([gsl],
        [AS_HELP_STRING([--with-gsl],