• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GImageView is a GTK+ based image viewer which supports tabbed browsing, thumbnail table views, directory tree views and drag and drop. It also support movies using the Xine library and MPlayer, and supports images in compressed archive formats.


Commit MetaInfo

Revision68e6875a8babdcdbddeb81c99090e349ca572967 (tree)
Time2015-03-26 18:36:05
AuthorTakuro Ashie <ashie@clea...>
CommiterTakuro Ashie

Log Message

configure.ac: Add AM_SILENT_RULES

Change Summary

Incremental Difference

--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ(2.61)
55 AC_INIT(gimageview, 0.3.0)
66 AM_INIT_AUTOMAKE(1.6)
77 AM_CONFIG_HEADER(config.h)
8+AM_SILENT_RULES([yes])
89
910
1011 dnl ******************************