30e54bba97
It provides a lexical scanner and LR parser (constructed by PCCTS), both of which are efficient and offer good error detection and recovery; a set of functions for traversing the AST (abstract syntax tree) generated by the parser; and utility functions for manipulating strings according to BibTeX conventions. WWW: http://www.gerg.ca/software/btOOL PR: ports/94686 Submitted by: Kay Lehmann <kay_lehmann@web.de>
11 lines
356 B
Text
11 lines
356 B
Text
--- Makefile.in.orig Sun Mar 19 11:21:45 2006
|
|
+++ Makefile.in Sun Mar 19 11:22:15 2006
|
|
@@ -139,7 +139,7 @@
|
|
SUBDIRS = src tests progs doc
|
|
EXTRA_DIST = $(wildcard pccts/*.[ch]) btparse.pc.in
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)/../libdata/pkgconfig
|
|
pkgconfig_DATA = btparse.pc
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|