Yasumichi Akahoshi
yasum****@users*****
2005年 9月 3日 (土) 02:56:44 JST
Index: libcxp/configure diff -u libcxp/configure:1.22 libcxp/configure:1.23 --- libcxp/configure:1.22 Sat Sep 3 01:22:59 2005 +++ libcxp/configure Sat Sep 3 02:56:44 2005 @@ -22535,7 +22535,7 @@ fi done - ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile common/Makefile pixmaps/Makefile pixmaps/application/Makefile pixmaps/audio/Makefile pixmaps/image/Makefile pixmaps/message/Makefile pixmaps/text/Makefile pixmaps/video/Makefile po/Makefile.in libcxp.pc" + ac_config_files="$ac_config_files Makefile src/Makefile include/Makefile common/Makefile pixmaps/Makefile pixmaps/application/Makefile pixmaps/audio/Makefile pixmaps/image/Makefile pixmaps/inode/Makefile pixmaps/message/Makefile pixmaps/text/Makefile pixmaps/video/Makefile po/Makefile.in libcxp.pc" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -23126,6 +23126,7 @@ "pixmaps/application/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/application/Makefile" ;; "pixmaps/audio/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/audio/Makefile" ;; "pixmaps/image/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/image/Makefile" ;; + "pixmaps/inode/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/inode/Makefile" ;; "pixmaps/message/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/message/Makefile" ;; "pixmaps/text/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/text/Makefile" ;; "pixmaps/video/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/video/Makefile" ;; Index: libcxp/configure.ac diff -u libcxp/configure.ac:1.20 libcxp/configure.ac:1.21 --- libcxp/configure.ac:1.20 Sat Sep 3 01:22:59 2005 +++ libcxp/configure.ac Sat Sep 3 02:56:44 2005 @@ -67,6 +67,7 @@ pixmaps/application/Makefile pixmaps/audio/Makefile pixmaps/image/Makefile + pixmaps/inode/Makefile pixmaps/message/Makefile pixmaps/text/Makefile pixmaps/video/Makefile