remote: removed reconfigure code in virt-viewer 28/14128/1
authorsungmin ha <sungmin82.ha@samsung.com>
Tue, 24 Dec 2013 07:59:17 +0000 (16:59 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Tue, 24 Dec 2013 07:59:50 +0000 (16:59 +0900)
Change-Id: Ic693dbdcf7a599b1edc1c84450373f273e1dc63e
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
configure
package/changelog
package/pkginfo.manifest
tizen/distrib/remote/client/virt-viewer-0.5.3/Makefile.in

index cffff3e83283567b922d828949d8069d515e9e8d..f1def8d78a9725b27b27056e00ec26def1e9cfda 100755 (executable)
--- a/configure
+++ b/configure
@@ -3073,6 +3073,7 @@ if test "$spice" != "no" ; then
 #include <spice.h>
 int main(void) { spice_server_new(); return 0; }
 EOF
+  echo ${PWD}
   export PKG_CONFIG_PATH=${PWD}/tizen/distrib/remote/output/lib/pkgconfig:${PKG_CONFIG_PATH}
   spice_cflags=$($pkg_config --cflags spice-protocol spice-server 2>/dev/null)
   spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null)
index 758576ba22b38d5458f22024e06d07c1aca74571..1bfc4f580ee88be1e32466709712143b1d33e350 100644 (file)
@@ -1,3 +1,6 @@
+* 1.7.9
+- removed reconfigure code in virt-viewer
+== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
 * 1.7.8
 - added required package libvirt-dev to build
 == Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
index ce5bd2dff6e3386c139d5830474328af55d7fd62..2ebcf7a5d25f8302f3a069ca39647a279ab151c2 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.7.8
+Version: 1.7.9
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index c8275281587b0b7be73c7b8f511701ff34415ea6..afe9d07232979c835abd73f3585f9474d84746ff 100644 (file)
@@ -366,7 +366,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       $(SHELL) ./config.status --recheck
+       $(SHELL) ./config.status
+#      $(SHELL) ./config.status --recheck
 
 $(top_srcdir)/configure:  $(am__configure_deps)
        $(am__cd) $(srcdir) && $(AUTOCONF)