Changeset 1004
- Timestamp:
- Apr 16, 2008 11:16:20 PM (13 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r953 r1004 20252 20252 20253 20253 20254 ac_config_files="$ac_config_files Makefile compile_MS_ASL compile_Unix_ASL" 20254 ac_config_files="$ac_config_files Makefile" 20255 20256 ac_config_files="$ac_config_files compile_MS_ASL" 20257 20258 ac_config_files="$ac_config_files compile_Unix_ASL" 20255 20259 20256 20260 … … 21369 21373 fi 21370 21374 21375 # Run the commands associated with the file. 21376 case $ac_file in 21377 compile_MS_ASL ) chmod a+x compile_MS_ASL ;; 21378 compile_Unix_ASL ) chmod a+x compile_Unix_ASL ;; 21379 esac 21371 21380 done 21372 21381 _ACEOF … … 21671 21680 21672 21681 21673 21674 # Finally, we need to make sure that the build scripts are executable21675 21676 chmod a+x compile_MS_ASL compile_Unix_ASL -
ThirdParty/ASL/trunk/configure.ac
r900 r1004 198 198 AM_CONDITIONAL(MSVC_COMPILE, test x$msvc_compile = xyes) 199 199 200 AC_CONFIG_FILES([Makefile compile_MS_ASL compile_Unix_ASL]) 200 AC_CONFIG_FILES([Makefile]) 201 AC_CONFIG_FILES([compile_MS_ASL],[chmod a+x compile_MS_ASL]) 202 AC_CONFIG_FILES([compile_Unix_ASL],[chmod a+x compile_Unix_ASL]) 201 203 202 204 AC_COIN_FINALIZE 203 204 # Finally, we need to make sure that the build scripts are executable205 206 chmod a+x compile_MS_ASL compile_Unix_ASL
Note: See TracChangeset
for help on using the changeset viewer.