[18705] | 1 | AC_INIT(index.theme.in) |
---|
[20831] | 2 | AM_INIT_AUTOMAKE(gnome-icon-theme, 2.8.0) |
---|
[18705] | 3 | |
---|
| 4 | AM_MAINTAINER_MODE |
---|
| 5 | |
---|
| 6 | AC_PROG_INTLTOOL |
---|
| 7 | |
---|
[20831] | 8 | ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gu he hi hr hu id is it ja kn ko li lt lv mk ml mn ms nb ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" |
---|
[18705] | 9 | GETTEXT_PACKAGE=gnome-icon-theme |
---|
| 10 | AC_SUBST(GETTEXT_PACKAGE) |
---|
| 11 | AM_GLIB_GNU_GETTEXT |
---|
| 12 | |
---|
[20831] | 13 | AC_ARG_ENABLE(hicolor-check, |
---|
| 14 | AC_HELP_STRING([--disable-hicolor-check], |
---|
| 15 | [disable the check for hicolor [default=no]]), |
---|
| 16 | enable_hicolor_check=$enableval, |
---|
| 17 | enable_hicolor_check=yes) |
---|
| 18 | AM_CONDITIONAL(ENABLE_HICOLOR_CHECK, test x$enable_hicolor_check = xyes) |
---|
| 19 | |
---|
[18705] | 20 | AC_OUTPUT([ |
---|
| 21 | Makefile |
---|
[20831] | 22 | gnome-icon-theme.spec |
---|
| 23 | gnome-icon-theme.pc |
---|
[18705] | 24 | 12x12/Makefile |
---|
[20831] | 25 | 16x16/Makefile |
---|
[18705] | 26 | 24x24/Makefile |
---|
[20831] | 27 | 32x32/Makefile |
---|
[18705] | 28 | 36x36/Makefile |
---|
| 29 | 48x48/Makefile |
---|
| 30 | 72x72/Makefile |
---|
| 31 | 96x96/Makefile |
---|
| 32 | 192x192/Makefile |
---|
| 33 | scalable/Makefile |
---|
| 34 | 12x12/devices/Makefile |
---|
| 35 | 12x12/emblems/Makefile |
---|
| 36 | 12x12/filesystems/Makefile |
---|
| 37 | 12x12/mimetypes/Makefile |
---|
[20831] | 38 | 16x16/apps/Makefile |
---|
| 39 | 16x16/devices/Makefile |
---|
| 40 | 16x16/filesystems/Makefile |
---|
| 41 | 16x16/mimetypes/Makefile |
---|
| 42 | 16x16/stock/Makefile |
---|
| 43 | 16x16/stock/chart/Makefile |
---|
| 44 | 16x16/stock/code/Makefile |
---|
| 45 | 16x16/stock/data/Makefile |
---|
| 46 | 16x16/stock/document/Makefile |
---|
| 47 | 16x16/stock/emoticons/Makefile |
---|
| 48 | 16x16/stock/form/Makefile |
---|
| 49 | 16x16/stock/generic/Makefile |
---|
| 50 | 16x16/stock/image/Makefile |
---|
| 51 | 16x16/stock/io/Makefile |
---|
| 52 | 16x16/stock/media/Makefile |
---|
| 53 | 16x16/stock/navigation/Makefile |
---|
| 54 | 16x16/stock/net/Makefile |
---|
| 55 | 16x16/stock/object/Makefile |
---|
| 56 | 16x16/stock/table/Makefile |
---|
| 57 | 16x16/stock/text/Makefile |
---|
| 58 | 24x24/apps/Makefile |
---|
[18705] | 59 | 24x24/devices/Makefile |
---|
| 60 | 24x24/emblems/Makefile |
---|
| 61 | 24x24/filesystems/Makefile |
---|
| 62 | 24x24/mimetypes/Makefile |
---|
[20831] | 63 | 24x24/stock/Makefile |
---|
| 64 | 24x24/stock/chart/Makefile |
---|
| 65 | 24x24/stock/data/Makefile |
---|
| 66 | 24x24/stock/generic/Makefile |
---|
| 67 | 24x24/stock/net/Makefile |
---|
| 68 | 24x24/stock/text/Makefile |
---|
| 69 | 24x24/stock/code/Makefile |
---|
| 70 | 24x24/stock/document/Makefile |
---|
| 71 | 24x24/stock/image/Makefile |
---|
| 72 | 24x24/stock/media/Makefile |
---|
| 73 | 24x24/stock/object/Makefile |
---|
| 74 | 24x24/stock/form/Makefile |
---|
| 75 | 24x24/stock/io/Makefile |
---|
| 76 | 24x24/stock/navigation/Makefile |
---|
| 77 | 24x24/stock/table/Makefile |
---|
| 78 | 32x32/apps/Makefile |
---|
| 79 | 32x32/devices/Makefile |
---|
| 80 | 32x32/filesystems/Makefile |
---|
| 81 | 32x32/mimetypes/Makefile |
---|
| 82 | 32x32/stock/Makefile |
---|
| 83 | 32x32/stock/code/Makefile |
---|
| 84 | 32x32/stock/chart/Makefile |
---|
| 85 | 32x32/stock/data/Makefile |
---|
| 86 | 32x32/stock/document/Makefile |
---|
| 87 | 32x32/stock/generic/Makefile |
---|
| 88 | 32x32/stock/io/Makefile |
---|
| 89 | 32x32/stock/media/Makefile |
---|
| 90 | 32x32/stock/net/Makefile |
---|
| 91 | 32x32/stock/object/Makefile |
---|
| 92 | 36x36/apps/Makefile |
---|
[18705] | 93 | 36x36/devices/Makefile |
---|
| 94 | 36x36/emblems/Makefile |
---|
| 95 | 36x36/filesystems/Makefile |
---|
| 96 | 36x36/mimetypes/Makefile |
---|
[20831] | 97 | 36x36/stock/Makefile |
---|
| 98 | 36x36/stock/document/Makefile |
---|
| 99 | 36x36/stock/generic/Makefile |
---|
[18705] | 100 | 48x48/apps/Makefile |
---|
| 101 | 48x48/devices/Makefile |
---|
| 102 | 48x48/emblems/Makefile |
---|
| 103 | 48x48/filesystems/Makefile |
---|
| 104 | 48x48/mimetypes/Makefile |
---|
[20831] | 105 | 48x48/stock/Makefile |
---|
| 106 | 48x48/stock/code/Makefile |
---|
| 107 | 48x48/stock/data/Makefile |
---|
| 108 | 48x48/stock/generic/Makefile |
---|
| 109 | 48x48/stock/document/Makefile |
---|
| 110 | 48x48/stock/io/Makefile |
---|
| 111 | 48x48/stock/net/Makefile |
---|
| 112 | 72x72/apps/Makefile |
---|
[18705] | 113 | 72x72/devices/Makefile |
---|
| 114 | 72x72/emblems/Makefile |
---|
| 115 | 72x72/filesystems/Makefile |
---|
| 116 | 72x72/mimetypes/Makefile |
---|
| 117 | 96x96/apps/Makefile |
---|
| 118 | 96x96/devices/Makefile |
---|
| 119 | 96x96/emblems/Makefile |
---|
| 120 | 96x96/filesystems/Makefile |
---|
| 121 | 96x96/mimetypes/Makefile |
---|
[20831] | 122 | 192x192/apps/Makefile |
---|
[18705] | 123 | 192x192/devices/Makefile |
---|
| 124 | 192x192/emblems/Makefile |
---|
| 125 | 192x192/filesystems/Makefile |
---|
| 126 | 192x192/mimetypes/Makefile |
---|
| 127 | scalable/devices/Makefile |
---|
| 128 | scalable/emblems/Makefile |
---|
| 129 | scalable/filesystems/Makefile |
---|
| 130 | scalable/mimetypes/Makefile |
---|
| 131 | po/Makefile.in |
---|
| 132 | ]) |
---|