source: trunk/third/gnome-icon-theme/configure.in @ 20832

Revision 20832, 3.7 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20831, which included commits to RCS files with non-trunk default branches.
RevLine 
[18705]1AC_INIT(index.theme.in)
[20831]2AM_INIT_AUTOMAKE(gnome-icon-theme, 2.8.0)
[18705]3
4AM_MAINTAINER_MODE
5
6AC_PROG_INTLTOOL
7
[20831]8ALL_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]9GETTEXT_PACKAGE=gnome-icon-theme
10AC_SUBST(GETTEXT_PACKAGE)
11AM_GLIB_GNU_GETTEXT
12
[20831]13AC_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]20AC_OUTPUT([
21Makefile
[20831]22gnome-icon-theme.spec
23gnome-icon-theme.pc
[18705]2412x12/Makefile
[20831]2516x16/Makefile
[18705]2624x24/Makefile
[20831]2732x32/Makefile
[18705]2836x36/Makefile
2948x48/Makefile
3072x72/Makefile
3196x96/Makefile
32192x192/Makefile
33scalable/Makefile
3412x12/devices/Makefile       
3512x12/emblems/Makefile       
3612x12/filesystems/Makefile   
3712x12/mimetypes/Makefile     
[20831]3816x16/apps/Makefile     
3916x16/devices/Makefile     
4016x16/filesystems/Makefile   
4116x16/mimetypes/Makefile
4216x16/stock/Makefile     
4316x16/stock/chart/Makefile     
4416x16/stock/code/Makefile     
4516x16/stock/data/Makefile     
4616x16/stock/document/Makefile     
4716x16/stock/emoticons/Makefile     
4816x16/stock/form/Makefile     
4916x16/stock/generic/Makefile     
5016x16/stock/image/Makefile     
5116x16/stock/io/Makefile     
5216x16/stock/media/Makefile     
5316x16/stock/navigation/Makefile     
5416x16/stock/net/Makefile     
5516x16/stock/object/Makefile     
5616x16/stock/table/Makefile     
5716x16/stock/text/Makefile     
5824x24/apps/Makefile       
[18705]5924x24/devices/Makefile       
6024x24/emblems/Makefile       
6124x24/filesystems/Makefile   
6224x24/mimetypes/Makefile     
[20831]6324x24/stock/Makefile
6424x24/stock/chart/Makefile
6524x24/stock/data/Makefile
6624x24/stock/generic/Makefile
6724x24/stock/net/Makefile
6824x24/stock/text/Makefile
6924x24/stock/code/Makefile
7024x24/stock/document/Makefile
7124x24/stock/image/Makefile
7224x24/stock/media/Makefile
7324x24/stock/object/Makefile
7424x24/stock/form/Makefile
7524x24/stock/io/Makefile
7624x24/stock/navigation/Makefile
7724x24/stock/table/Makefile
7832x32/apps/Makefile       
7932x32/devices/Makefile       
8032x32/filesystems/Makefile
8132x32/mimetypes/Makefile
8232x32/stock/Makefile       
8332x32/stock/code/Makefile       
8432x32/stock/chart/Makefile       
8532x32/stock/data/Makefile       
8632x32/stock/document/Makefile       
8732x32/stock/generic/Makefile       
8832x32/stock/io/Makefile       
8932x32/stock/media/Makefile       
9032x32/stock/net/Makefile       
9132x32/stock/object/Makefile
9236x36/apps/Makefile
[18705]9336x36/devices/Makefile       
9436x36/emblems/Makefile       
9536x36/filesystems/Makefile
9636x36/mimetypes/Makefile   
[20831]9736x36/stock/Makefile   
9836x36/stock/document/Makefile   
9936x36/stock/generic/Makefile   
[18705]10048x48/apps/Makefile     
10148x48/devices/Makefile     
10248x48/emblems/Makefile     
10348x48/filesystems/Makefile
10448x48/mimetypes/Makefile   
[20831]10548x48/stock/Makefile   
10648x48/stock/code/Makefile       
10748x48/stock/data/Makefile       
10848x48/stock/generic/Makefile   
10948x48/stock/document/Makefile   
11048x48/stock/io/Makefile   
11148x48/stock/net/Makefile   
11272x72/apps/Makefile     
[18705]11372x72/devices/Makefile     
11472x72/emblems/Makefile     
11572x72/filesystems/Makefile
11672x72/mimetypes/Makefile   
11796x96/apps/Makefile     
11896x96/devices/Makefile     
11996x96/emblems/Makefile     
12096x96/filesystems/Makefile
12196x96/mimetypes/Makefile
[20831]122192x192/apps/Makefile     
[18705]123192x192/devices/Makefile     
124192x192/emblems/Makefile     
125192x192/filesystems/Makefile 
126192x192/mimetypes/Makefile   
127scalable/devices/Makefile     
128scalable/emblems/Makefile     
129scalable/filesystems/Makefile 
130scalable/mimetypes/Makefile   
131po/Makefile.in 
132])     
Note: See TracBrowser for help on using the repository browser.