configure-libafs-fix-paths-20010910
authorDerrick Brashear <shadow@dementia.org>
Tue, 11 Sep 2001 05:00:29 +0000 (05:00 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 11 Sep 2001 05:00:29 +0000 (05:00 +0000)
update paths for building submodule

configure-libafs.in

index 40051c6..80e15cb 100644 (file)
@@ -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