]> andersk Git - moira.git/blobdiff - configure.in
Unpack tarfile in a temporary directory to avoid changing the
[moira.git] / configure.in
index 8dfb1fed35f61ece4974c7c7cd965ad5bbcb918e..f913a4cf37182f6d3c66d0796efc76883332293c 100755 (executable)
@@ -11,17 +11,23 @@ AC_DEFUN(MR_EXTEND, [
 ])
 
 AC_CANONICAL_HOST
+# SO_LDFLAGS setting below is a great big ick.
+# But it beats sucking in libtool for one small part of the source tree.
 case $host_os in
 solaris*)
        short_os=solaris
+       SO_LDFLAGS="-G"
        ;;
 irix*)
        short_os=irix
+       SO_LDFLAGS="-shared"
        ;;
 linux*)
        short_os=linux
+       SO_LDFLAGS="-shared"
        ;;
 esac
+AC_SUBST(SO_LDFLAGS)
 
 dnl Define for both C and Pro*C
 AC_DEFUN(MR_DEFINE, [
@@ -276,6 +282,7 @@ if test "$java" != no; then
     WEBMOIRA_OUTPUT_FILES="webmoira/Makefile"
 fi
 AC_SUBST(JAVA_CPPFLAGS)
+AC_SUBST(WEBMOIRA_SUBDIRS)
 
 # LDAP support
 AC_MSG_CHECKING(for LDAP)
@@ -415,7 +422,7 @@ AC_SUBST(CURSES_LIBS)
 AC_SUBST(CURSES_SUBDIRS)
 
 
-AC_CHECK_FUNCS(getusershell strlcpy strlcat uname)
+AC_CHECK_FUNCS(getusershell strlcpy strlcat uname strvis)
 
 AC_CHECK_FUNC(sigaction, AC_DEFINE(HAVE_POSIX_SIGNALS))
 
This page took 0.031853 seconds and 4 git commands to generate.