[msitools] build-sys: cleaning a little bit the script warnings



commit c4931ad6d0514efc180ac29430f9f76f902c0f50
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Wed Feb 6 13:36:20 2013 +0100

    build-sys: cleaning a little bit the script warnings

 configure.ac |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51a9214..31e768d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,8 @@ AC_CONFIG_FILES([tests/package.m4.tmp:tests/package.m4.in],
                 [$srcdir/build-aux/move-if-change tests/package.m4.tmp $srcdir/tests/package.m4
                  cp $srcdir/tests/package.m4 tests/package.m4.tmp])
 
+AC_CONFIG_FILES([tools/msidump], [chmod +x tools/msidump])
+AC_CONFIG_FILES([tools/msidiff], [chmod +x tools/msidiff])
 AC_CONFIG_FILES([
     Makefile
     include/Makefile
@@ -59,12 +61,7 @@ AC_CONFIG_FILES([
     po/Makefile.in
     libmsi/Makefile
     libmsi/libmsi-1.0.pc
-    tools/msidump
-    tools/msidiff
     tests/Makefile
-],[
-    chmod +x tools/msidump
-    chmod +x tools/msidiff
 ])
 AC_OUTPUT
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]