d217c6b Resolves: bug 245208

Authored and Committed by rmeggins 16 years ago
    Resolves: bug 245208
    Bug Description: adminutil: Solaris port for 1.1
    Reviewed by: nkinder (Thanks!)
    Fix Description: There are several problems with building/running adminutil on Solaris.  The biggest is that ICU introduces a dependency on C++.  Solaris requires linking with the C++ libraries and that also requires using C++ to link as well.  This means using the CXXLINK macro.  However, automake will only generate this macro if it detects a C++ source file in Makefile.am.  So, we have to introduce a dummy.cpp file to force automake to generate the CXXLINK macro, then use that to link the shared libraries.
    Accept automake version 1.10 or later.
    Look for mozldap6 first, then mozldap.
    Platforms tested: Solaris 9 64bit
    Flag Day: Yes - autotool file change
    Doc impact: no
    
        
file modified
+18 -1
file modified
+268 -189
file modified
+107 -111
file modified
+3 -0
file modified
+50 -13
file modified
+68 -31
file modified
+5669 -3987
file modified
+8 -0
file modified
+59 -5
file modified
+266 -82
file added
+9
file modified
+3 -3
file modified
+34 -27