Displaying 7 results from an estimated 7 matches for "ac_default_prefix".
2000 Jul 02
1
No subject
.../people/guest. This is a guest account; I do not have superuser
privileges. The .tgz file was unpacked with 'gzip -dc R-1.1.0.tgz |
tar xvf -'. This made a subdirectory, R-1.1.0. I cd'ed to R-1.1.0
and changed the second uncommented line in the file "configure" from
"ac_default_prefix=/usr/local" to "ac_default_prefix=/usr/people/guest
/R-1.1.0". The only subdirectory of /usr/local/ here is /lib. I can't
install things that far up the tree. Still in the subdirectory
R-1.1.0, I typed "./configure --prefix=/usr/people/guest/R-1.1.0".
The configure s...
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I
noticed that the "make install" does not create lib entries in
/usr/lib/. I see them only in /usr/lib64/. This is causing program
like xenpaging to not find the xenctrl library (error while loading
shared libraries: libxenctrl.so.4.2: cannot open shared object file:
No such file or directory) Is this expected behavior or
2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
...-[AS_IF([test "\${exec_prefix}/lib" = "$libdir"],
- [AS_IF([test "$exec_prefix" = "NONE" && test "$prefix" != "NONE"],
- [exec_prefix=$prefix])
- AS_IF([test "$exec_prefix" = "NONE"], [exec_prefix=$ac_default_prefix])
- AS_IF([test -d "${exec_prefix}/lib64"], [
+[AS_IF([test "\${exec_prefix}/lib" = "$libdir"], [
+ AS_IF([test "$prefix" = "NONE"], [prefix=$ac_default_prefix])
+ AS_IF([test "$exec_prefix" = "NONE"], [exec_prefix='...
2001 Feb 20
1
_PATH_STDPATH and @bindir@
Sorry if this is stuff that's been talked about before. If it is, just
ignore me.
I'm curious to know why Portable OpenSSH doesn't include @bindir@ in
the _PATH_STDPATH. This would save most installers of portable OpenSSH
from having to --with-default-path=$PREFIX/bin in order to ensure that
scp will work properly. This would also, I imagine, save quite a lot
of hassle for
2013 Apr 06
2
Don't hate yourself anymore, brendan
...re.ac (working copy)
@@ -175,28 +175,15 @@ fi
AM_CONDITIONAL([HAVE_PKGCONFIG], [test "$PKGCONFIG" != "no"])
# Collect flags for shout.pc
-
-# I hate myself for doing this.
-save_prefix="$prefix"
-if test "$prefix" = "NONE"
-then
- prefix="$ac_default_prefix"
-fi
-eval shout_includedir="$includedir"
-prefix="$save_prefix"
-
SHOUT_VERSION="$VERSION"
-SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_CFLAGS $PTHREAD_CPPFLAGS"
-SHOUT_CFLAGS="$PTHREAD_CFLAGS"
+SHOUT_CFLAGS="$VORBIS_CFLAGS $PTHREAD_CFLA...
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to
_PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping
to ward off 'scp doesn't work' questions for the next release.
i did *not* add this to a --with-default-path path, because if a user
specifies that, they should control its value completely.
Index: Makefile.in
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...TALL_SWAT=
+ ;;
+ *)
+ AC_MSG_RESULT(yes)
+ ;;
+ esac ],
+ AC_MSG_RESULT(yes)
+)
+AC_SUBST(SWAT_PROG)
+AC_SUBST(INSTALL_SWAT)
+
+
+#################################################
# set SWAT directory location
AC_ARG_WITH(swatdir,
[ --with-swatdir=DIR Where to put SWAT files ($ac_default_prefix/swat)],
diff -ur -x configure -x autom4te.cache samba-2.2.5.orig/source/script/convert_smbpasswd samba-2.2.5/source/script/convert_smbpasswd
--- samba-2.2.5.orig/source/script/convert_smbpasswd 1998-11-05 03:50:17.000000000 +0100
+++ samba-2.2.5/source/script/convert_smbpasswd 2002-06-20 19:13:00.0...