>From 5e2736447042d35fd10ff4107a772b78db35d3f1 Mon Sep 17 00:00:00 2001 From: Roumen Petrov Date: Wed, 12 Sep 2012 02:10:08 +0300 Subject: [PATCH 08/17] AC_CONFIG_FILES and executable bit --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f157567..5bdee50 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 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]) +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 -- 1.8.4