git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
331b759
)
configure-libafs-fix-paths-20010910
author
Derrick Brashear
<shadow@dementia.org>
Tue, 11 Sep 2001 05:00:29 +0000 (
05:00
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 11 Sep 2001 05:00:29 +0000 (
05:00
+0000)
update paths for building submodule
configure-libafs.in
patch
|
blob
|
history
diff --git
a/configure-libafs.in
b/configure-libafs.in
index
40051c6
..
80e15cb
100644
(file)
--- a/
configure-libafs.in
+++ b/
configure-libafs.in
@@
-388,10
+388,10
@@
if test "$enable_afsdb" = "yes"; then
fi
SRCDIR_PARENT=`pwd`
-TOP_SRCDIR="${SRCDIR_PARENT}/src"
+TOP_SRCDIR="${SRCDIR_PARENT}"
+DESTDIR="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest/"
TOP_INCDIR="${SRCDIR_PARENT}/include"
TOP_LIBDIR="${SRCDIR_PARENT}/lib"
-DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
dnl checks for header files.
AC_HEADER_STDC