[libxml2] AC_CONFIG_FILES and executable bit
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] AC_CONFIG_FILES and executable bit
- Date: Thu, 16 Oct 2014 04:18:30 +0000 (UTC)
commit 974db365de3a3d78a6cd7f5871f05e1432bab9b5
Author: Roumen Petrov <bugtrack roumenpetrov info>
Date: Thu Oct 16 12:07:43 2014 +0800
AC_CONFIG_FILES and executable bit
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb867ab..14ac0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1656,8 +1656,9 @@ rm -f COPYING.LIB COPYING
ln -s $srcdir/Copyright COPYING
# keep on one line for cygwin c.f. #130896
-AC_CONFIG_FILES([libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile
doc/examples/Makefile doc/devhelp/Makefile example/Makefile python/Makefile python/tests/Makefile
xstc/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc libxml-2.0-uninstalled.pc
libxml2-config.cmake python/setup.py])
+AC_CONFIG_FILES([libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile
doc/examples/Makefile doc/devhelp/Makefile example/Makefile python/Makefile python/tests/Makefile
xstc/Makefile include/libxml/xmlversion.h libxml-2.0.pc libxml-2.0-uninstalled.pc libxml2-config.cmake])
+AC_CONFIG_FILES([python/setup.py], [chmod +x python/setup.py])
+AC_CONFIG_FILES([xml2-config], [chmod +x xml2-config])
AC_OUTPUT
-chmod +x xml2-config python/setup.py
echo Done configuring
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]