b7cc6c6cea
Recent changes: Add XbaeGetVersionTxt(), XbaeGetVersionNum() to get the version number from the (shared) library. Macros to get this at compile time are already in place. Change version numbers to include the UPDATE number as well. Now 4.8.0 becomes 40800 (M * 10000 + m * 100 + u). Xbae configuration : --enable-xbae-24bit (enable 24-bit code in XbaeMatrix) --enable-xbae-row-heights (allow rows to have variable height in XbaeMatrix) Xbae API : add XbaeMatrixSetRowHeight(), XbaeMatrixGetRowHeight(), XbaeMatrixSetColumnWidth(), XbaeMatrixGetColumnWidth()
24 lines
836 B
Text
24 lines
836 B
Text
$NetBSD: patch-ac,v 1.2 2000/05/25 16:38:07 drochner Exp $
|
|
|
|
--- Makefile.in.orig Wed May 17 22:02:42 2000
|
|
+++ Makefile.in Thu May 25 18:14:06 2000
|
|
@@ -92,15 +92,15 @@
|
|
x_libraries = @x_libraries@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in configure libtool config.guess config.sub ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
|
|
-SUBDIRS = include src examples
|
|
+SUBDIRS = include src
|
|
|
|
EXTRA_DIST = configure ac_find_xbae.m4 Imakefile Xbae.tmpl Xbae.rules FAQ.html
|
|
|
|
-aclocaldir = @ACLOCALDIR@
|
|
+aclocaldir = ${prefix}/share/aclocal
|
|
|
|
-@Aclocal_TRUE@aclocal_DATA = ac_find_xbae.m4
|
|
+aclocal_DATA = ac_find_xbae.m4
|
|
|
|
-docdir = $(exec_prefix)/Xbae
|
|
+docdir = $(prefix)/share/doc/Xbae
|
|
doc_DATA = FAQ.html NEWS README INSTALL
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|