]> andersk Git - moira.git/blobdiff - configure.in
Set creation time and creator information for new users.
[moira.git] / configure.in
index 8dfb1fed35f61ece4974c7c7cd965ad5bbcb918e..6de8128a68488a98f992530f830d93b1d2b7a755 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)
This page took 0.030308 seconds and 4 git commands to generate.