patches/gok-02-langdirs.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 16858 f57b3f85cc01
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16858
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     1
--- gok-2.28.1/configure.in.ori	2009-10-26 14:50:25.946515328 +0000
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     2
+++ gok-2.28.1/configure.in	2009-10-26 15:02:02.372101401 +0000
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     3
@@ -241,7 +241,7 @@
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     4
 AC_SUBST(LIBBONOBO_IDL_DIR)
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     5
 
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     6
 dnl list of language subdirs (for .gitignore)
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     7
-LANGDIRS="`$GREP -v "^\#" po/LINGUAS | while read line; do echo -n "$line/ "; done `"
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     8
+LANGDIRS="`$AWK '/^[^#]/ {print $1"/"}' ORS=' ' po/LINGUAS`"
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
     9
 AC_SUBST(LANGDIRS)
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    10
 
f57b3f85cc01 2009-10-26 Dave Lin <[email protected]>
davelam
parents:
diff changeset
    11
 AC_SUBST(CFLAGS)