samba-cvs.cvs
[Top] [All Lists]

svn commit: samba r16676 - branches/SAMBA_3_0/source trunk/source

Subject: svn commit: samba r16676 - branches/SAMBA_3_0/source trunk/source
From: vlendec@xxxxxxxxx
Date: Thu, 29 Jun 2006 16:34:16 +0000 (GMT)
Author: vlendec
Date: 2006-06-29 16:34:15 +0000 (Thu, 29 Jun 2006)
New Revision: 16676

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16676

Log:
.o generates other warnings, use the Solaris trick with .po.o also for AIX.

Fix a configure.in output line

Volker

Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2006-06-29 15:58:28 UTC (rev 
16675)
+++ branches/SAMBA_3_0/source/configure.in      2006-06-29 16:34:15 UTC (rev 
16676)
@@ -1735,8 +1735,8 @@
                        DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
                        PICFLAGS="-O2"
                        # as AIX code is always position independent...
-                       # .po will just create compile warnings, use .o:
-                       PICSUFFIX="o"
+                       # .po will just create compile warnings, use po.o:
+                       PICSUFFIX="po.o"
                        if test "${GCC}" != "yes"; then
                                ## for funky AIX compiler using strncpy()
                                CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT 
-qmaxmem=32000"
@@ -3093,7 +3093,7 @@
 #################################################
 # check whether to compile AFS/NT ACL mapping module
 samba_cv_WITH_VFS_AFSACL=no
-AC_MSG_CHECKING(whether to use AFS fake-kaserver)
+AC_MSG_CHECKING(whether to use AFS ACL mapping module)
 AC_ARG_WITH(vfs-afsacl,
 [  --with-vfs-afsacl       Include AFS to NT ACL mapping module (default=no) ],
 [ case "$withval" in

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in   2006-06-29 15:58:28 UTC (rev 16675)
+++ trunk/source/configure.in   2006-06-29 16:34:15 UTC (rev 16676)
@@ -1737,8 +1737,8 @@
                        DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
                        PICFLAGS="-O2"
                        # as AIX code is always position independent...
-                       # .po will just create compile warnings, use .o:
-                       PICSUFFIX="o"
+                       # .po will just create compile warnings, use po.o:
+                       PICSUFFIX="po.o"
                        if test "${GCC}" != "yes"; then
                                ## for funky AIX compiler using strncpy()
                                CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT 
-qmaxmem=32000"
@@ -3091,7 +3091,7 @@
 #################################################
 # check whether to compile AFS/NT ACL mapping module
 samba_cv_WITH_VFS_AFSACL=no
-AC_MSG_CHECKING(whether to use AFS fake-kaserver)
+AC_MSG_CHECKING(whether to use AFS ACL mapping module)
 AC_ARG_WITH(vfs-afsacl,
 [  --with-vfs-afsacl       Include AFS to NT ACL mapping module (default=no) ],
 [ case "$withval" in

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r16676 - branches/SAMBA_3_0/source trunk/source, vlendec <=