Changeset 772 for trunk/configure.ac
- Timestamp:
- Feb 1, 2009, 3:29:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r771 r772 176 176 [test_repo_found="no"]) 177 177 AC_SUBST([test_repo_found]) 178 if (test "$test_repo_found" = "yes"); then 179 dnl test repo is not distributed 180 AC_CONFIG_FILES([test/test_repo.sh], [chmod +x test/test_repo.sh]) 181 AC_CONFIG_FILES([test/svn_update.sh], [chmod +x test/svn_update.sh]) 182 AC_CONFIG_FILES([test/check_repo_status.sh], 183 [chmod +x test/check_repo_status.sh]) 184 fi 178 AS_IF([test "x$test_repo_found" = xyes], 179 [abs_test_repo=`cd $test_repo_filename && pwd`; 180 AC_SUBST(abs_test_repo)] 181 ) 182 AC_CONFIG_FILES([test/test_repo.sh], [chmod +x test/test_repo.sh]) 183 AC_CONFIG_FILES([test/svn_update.sh], [chmod +x test/svn_update.sh]) 184 AC_CONFIG_FILES([test/check_repo_status.sh], 185 [chmod +x test/check_repo_status.sh]) 185 186 186 187
Note: See TracChangeset
for help on using the changeset viewer.