[Rt-commit] r2087 - rt/branches/PLATANO-EXPERIMENTAL

jesse at bestpractical.com jesse at bestpractical.com
Fri Jan 14 03:44:57 EST 2005


Author: jesse
Date: Fri Jan 14 03:44:57 2005
New Revision: 2087

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/configure.ac
Log:
 r2513 at hualien (orig r2030):  robert | 2004-12-28T06:37:51.769934Z
  r2033 at dog:  rspier | 2004-12-27 22:36:08 -0800
  RT 6331: configure spitting chmod errors
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/configure.ac
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/configure.ac	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/configure.ac	Fri Jan 14 03:44:57 2005
@@ -234,23 +234,26 @@
 
 dnl Configure the output files, and generate them.
 
+dnl Binaries that should be +x
 AC_CONFIG_FILES([
 		 sbin/rt-dump-database
 		 sbin/rt-setup-database
 		 sbin/rt-test-dependencies
-		 Makefile
-		 etc/RT_Config.pm
-		 lib/RT.pm
  		 bin/mason_handler.fcgi
  		 bin/mason_handler.scgi
  		 bin/standalone_httpd
- 		 bin/mason_handler.svc
  		 bin/rt-crontool
  		 bin/rt-mailgate
-		 bin/rt
- 		 bin/webmux.pl],
-		[chmod ug+x sbin/rt-test-dependencies
-		 chmod ug+x sbin/rt-dump-database
-		 chmod ug+x sbin/rt-setup-database]
+		 bin/rt],
+		[chmod ug+x $ac_file]
+               )
+
+dnl All other generated files
+AC_CONFIG_FILES([
+		 Makefile
+		 etc/RT_Config.pm
+		 lib/RT.pm
+ 		 bin/mason_handler.svc
+		 bin/webmux.pl],
                )
 AC_OUTPUT


More information about the Rt-commit mailing list