]> git.pld-linux.org Git - packages/xbase.git/blob - xbase-autoconf.patch
00e369df78088fc40837285437a00b61d4e18826
[packages/xbase.git] / xbase-autoconf.patch
1 diff -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]
13 diff -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.091829 seconds and 2 git commands to generate.