svn commit: samba r18262 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Fri Sep 8 12:48:51 GMT 2006


Author: metze
Date: 2006-09-08 12:48:51 +0000 (Fri, 08 Sep 2006)
New Revision: 18262

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

Log:
fix typos

metze

Modified:
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-09-08 12:28:11 UTC (rev 18261)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-09-08 12:48:51 UTC (rev 18262)
@@ -46,7 +46,7 @@
 			SHLD_FLAGS="-shared -Wl,-Bsymbolic" 
 		fi
 		LDFLAGS="-Wl,--export-dynamic"
-		PICFLAGS="-fPIC"
+		PICFLAG="-fPIC"
 		SONAMEFLAG="-Wl,-soname="
 		;;
 	*solaris*)
@@ -54,13 +54,13 @@
 		SHLD_FLAGS="-G"
 		SONAMEFLAG="-h "
 		if test "${GCC}" = "yes"; then
-			PICFLAGS="-fPIC"
+			PICFLAG="-fPIC"
 			SONAMEFLAG="-Wl,-soname="
 			if test "${ac_cv_prog_gnu_ld}" = "yes"; then
 				LDFLAGS="-Wl,-E"
 			fi
 		else
-			PICFLAGS="-KPIC"
+			PICFLAG="-KPIC"
 			## ${CFLAGS} added for building 64-bit shared 
 			## libs using Sun's Compiler
 			SHLD_FLAGS="-G \${CFLAGS}"
@@ -70,19 +70,19 @@
 		BLDSHARED="true"
 		SHLD_FLAGS="-G"
 		SONAMEFLAG="-Wl,-h,"
-		PICFLAGS="-KPIC"   # Is this correct for SunOS
+		PICFLAG="-KPIC"   # Is this correct for SunOS
 		;;
 	*netbsd* | *freebsd* | *dragonfly* )  
 		BLDSHARED="true"
 		LDFLAGS="-Wl,--export-dynamic"
 		SONAMEFLAG="-Wl,-soname,"
-		PICFLAGS="-fPIC -DPIC"
+		PICFLAG="-fPIC -DPIC"
 		;;
 	*openbsd*)
 		BLDSHARED="true"
 		LDFLAGS="-Wl,-Bdynamic"
 		SONAMEFLAG="-Wl,-soname,"
-		PICFLAGS="-fPIC"
+		PICFLAG="-fPIC"
 		;;
 	*irix*)
 		BLDSHARED="true"
@@ -90,9 +90,9 @@
 		SONAMEFLAG="-soname "
 		SHLD="${PROG_LD}"
 		if test "${GCC}" = "yes"; then
-			PICFLAGS="-fPIC"
+			PICFLAG="-fPIC"
 		else 
-			PICFLAGS="-KPIC"
+			PICFLAG="-KPIC"
 		fi
 		;;
 	*aix*)
@@ -100,7 +100,7 @@
 		SHLD_FLAGS="-Wl,-G,-bexpall"
 		LDFLAGS="-Wl,-brtl,-bexpall,-bbigtoc"
 		# as AIX code is always position independent...
-		PICFLAGS="-O2"
+		PICFLAG="-O2"
 		;;
 	*hpux*)
 		# Use special PIC flags for the native HP-UX compiler.
@@ -108,10 +108,10 @@
 			BLDSHARED="true"
 			SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
 			SONAMEFLAG="-Wl,+h "
-			PICFLAGS="+z"
+			PICFLAG="+z"
 		elif test "${GCC}" = "yes"; then
 			BLDSHARED="true" # I hope this is correct
-			PICFLAGS="-fPIC"
+			PICFLAG="-fPIC"
 		fi
 		if test "$host_cpu" = "ia64"; then
 			SHLIBEXT="so"
@@ -124,12 +124,12 @@
 	*osf*)
 		BLDSHARED="true"
 		SONAMEFLAG="-Wl,-soname,"
-		PICFLAGS="-fPIC"
+		PICFLAG="-fPIC"
 		;;
 	*unixware*)
 		BLDSHARED="true"
 		SONAMEFLAG="-Wl,-soname,"
-		PICFLAGS="-KPIC"
+		PICFLAG="-KPIC"
 		;;
 	*darwin*)
 		BLDSHARED="true"



More information about the samba-cvs mailing list