]> granicus.if.org Git - php/commitdiff
Make config executable
authorSascha Schumann <sas@php.net>
Sun, 3 Oct 1999 16:10:15 +0000 (16:10 +0000)
committerSascha Schumann <sas@php.net>
Sun, 3 Oct 1999 16:10:15 +0000 (16:10 +0000)
TSRM/configure.in

index 2509a915af593313943802f838b03a4782958cf3..bfd5a443b1afc7f85cf10adda06f6df7e355cf2b 100644 (file)
@@ -26,5 +26,4 @@ AC_DEFINE(PTHREADS)
 AC_CHECK_HEADERS(stdarg.h)
 
 AC_OUTPUT(Makefile tsrm_config)
-
-chmod +x tsrm_config
+AC_OUTPUT_COMMANDS([chmod +x tsrm_config])