patches/nimbus-01-icon-name-mapping-hack.diff
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8172 c4b21c49ddbd
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8172
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     1
diff -Nrup Nimbus-clean/configure.in Nimbus/configure.in
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     2
--- Nimbus-clean/configure.in	2006-09-20 17:49:14.419832000 +0200
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     3
+++ Nimbus/configure.in	2006-09-20 17:49:51.873019000 +0200
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     4
@@ -41,7 +41,7 @@ PKG_CHECK_EXISTS(icon-naming-utils >= $U
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     5
                  have_utils=yes, have_utils=no)
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     6
 if test "x$have_utils" = "xyes"; then
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     7
    UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`"
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     8
-   ICONMAP="$UTILS_PATH/icon-name-mapping"
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     9
+   ICONMAP="icon-name-mapping"
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    10
    AC_SUBST(ICONMAP)
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    11
    AC_MSG_RESULT([yes])
c4b21c49ddbd 2006-09-20 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    12
 else