[Rt-commit] r2030 - rt/branches/3.4-RELEASE

robert at bestpractical.com robert at bestpractical.com
Tue Dec 28 01:37:52 EST 2004


Author: robert
Date: Tue Dec 28 01:37:51 2004
New Revision: 2030

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/configure.ac
Log:
 r2033 at dog:  rspier | 2004-12-27 22:36:08 -0800
 RT 6331: configure spitting chmod errors


Modified: rt/branches/3.4-RELEASE/configure.ac
==============================================================================
--- rt/branches/3.4-RELEASE/configure.ac	(original)
+++ rt/branches/3.4-RELEASE/configure.ac	Tue Dec 28 01:37:51 2004
@@ -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