]> git.pld-linux.org Git - packages/xbase.git/blame - xbase-autoconf.patch
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/xbase.git] / xbase-autoconf.patch
CommitLineData
c208e658 1diff -Nru xbase-1.8.1/aclocal.m4 xbase-1.8.1.new/aclocal.m4
2--- xbase-1.8.1/aclocal.m4 Sun Aug 1 23:17:58 1999
3+++ xbase-1.8.1.new/aclocal.m4 Sun Aug 1 23:11:54 1999
4@@ -1039,7 +1039,7 @@
5 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
6
7 AC_DEFUN(AM_INIT_AUTOMAKE,
8-[AC_REQUIRE([AM_PROG_INSTALL])
9+[AC_REQUIRE([AC_PROG_INSTALL])
10 PACKAGE=[$1]
11 AC_SUBST(PACKAGE)
12 VERSION=[$2]
13diff -Nru xbase-1.8.1/xbase/Makefile.am xbase-1.8.1.new/xbase/Makefile.am
14--- xbase-1.8.1/xbase/Makefile.am Sun Aug 1 23:18:31 1999
15+++ xbase-1.8.1.new/xbase/Makefile.am Fri Mar 19 11:56:33 1999
16@@ -25,7 +25,7 @@
17 xbconfig.h
18
19 install-data-hook:
20- (cd $(includedir); rm -f xbase.h; ln -s xbase/xbase.h xbase.h)
21+ (cd $(DESTDIR)$(includedir); rm -f xbase.h; ln -s xbase/xbase.h xbase.h)
22
23 libxbase_la_SOURCES = dbf.cpp exp.cpp expfunc.cpp expproc.cpp fields.cpp \
24 html.cpp lock.cpp memo.cpp ndx.cpp stack.cpp xbase.cpp xdate.cpp \
This page took 0.746268 seconds and 4 git commands to generate.