gnome-doc-utils r1127 - in trunk: . tools



Author: chpe
Date: Fri Oct 24 17:46:27 2008
New Revision: 1127
URL: http://svn.gnome.org/viewvc/gnome-doc-utils?rev=1127&view=rev

Log:
	* configure.in: chmod +x gnome-doc-{tool,prepare} on configure. Bug
	#557732.

Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/tools/gnome-doc-tool.in   (props changed)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Oct 24 17:46:27 2008
@@ -44,7 +44,7 @@
 IT_PROG_INTLTOOL([0.35.0])
 AX_GLIB_GNU_GETTEXT
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 data/Makefile
 data/icons/Makefile
@@ -73,4 +73,9 @@
 xslt/docbook/omf/Makefile
 xslt/docbook/utils/Makefile
 xslt/gettext/Makefile
+],[
+chmod +x tools/gnome-doc-tool
+chmod +x tools/gnome-doc-prepare
 ])
+
+AC_OUTPUT



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