diff options
author | 2011-08-03 16:35:09 +0800 | |
---|---|---|
committer | 2011-08-04 22:15:13 +0800 | |
commit | 3eec2301d03a7055a2663ac0071d9e7afb4fd395 (patch) | |
tree | c991a429190acafa388a709fa308863545546a66 /configure.ac | |
parent | Build: install public headers (diff) | |
download | libbash-3eec2301d03a7055a2663ac0071d9e7afb4fd395.tar.gz libbash-3eec2301d03a7055a2663ac0071d9e7afb4fd395.tar.bz2 libbash-3eec2301d03a7055a2663ac0071d9e7afb4fd395.zip |
Build: add libbash.pc.in
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3563013..c5bbbb1 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ if test "$PDFLATEX" = "no"; then fi AC_CHECK_LIB([antlr3c],[antlr3AsciiFileStreamNew],[],[AC_MSG_ERROR(libasntlr3c not found. Have you installed the C antlr runtime?)]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile libbash.pc]) DX_HTML_FEATURE(ON) DX_MAN_FEATURE(OFF) DX_CHM_FEATURE(OFF) |