projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33d2c2
)
fixed build system except make d ist which still fails
author
Marc Cromme
<marc@indexdata.dk>
Fri, 7 Oct 2005 09:40:25 +0000
(09:40 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Fri, 7 Oct 2005 09:40:25 +0000
(09:40 +0000)
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
b2e0eb5
..
b008944
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-2,4
+2,4
@@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src
-EXTRA_DIST= yazpp.m4 yaz.m4 usemarcon.m4 buildconf.sh
+##EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh
diff --git
a/configure.ac
b/configure.ac
index
62c6a71
..
c74582f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-9,7
+9,7
@@
AM_CONFIG_HEADER(src/config.hpp)
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_SYSTEM
-AC_PREFIX_DEFAULT(`pwd`)
+##AC_PREFIX_DEFAULT(`pwd`/install)
AM_INIT_AUTOMAKE