Changeset 744 for trunk/configure.ac
- Timestamp:
- Jan 8, 2009, 11:37:12 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 autom4te.cache 9 9 INSTALL 10 COPYING11 10 aclocal.m4 12 11 Makefile
-
- Property svn:ignore
-
trunk/configure.ac
r743 r744 13 13 # Copyright (C) 2006 Jari Häkkinen 14 14 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 15 # Copyright (C) 2009 Peter Johansson 15 16 # 16 17 # This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 170 171 # checking if we have test repo 171 172 test_repo_filename=$srcdir/test/repo; 172 AC_CHECK_FILE([$test_repo_filename], [test_repo_found="yes"], 173 AC_CHECK_FILE([$test_repo_filename], 174 [AC_DEFINE([HAVE_TEST_REPO],[1],[define if test repo is available]) 175 test_repo_found="yes"], 173 176 [test_repo_found="no"]) 174 AM_CONDITIONAL([HAVE_TEST_REPO], [test "$test_repo_found" = "yes"])175 177 if (test "$test_repo_found" = "yes"); then 176 178 dnl test repo is not distributed 177 179 AC_CONFIG_FILES([test/test_repo.sh], [chmod +x test/test_repo.sh]) 180 AC_CONFIG_FILES([test/svn_update.sh], [chmod +x test/svn_update.sh]) 178 181 AC_CONFIG_FILES([test/check_repo_status.sh], 179 182 [chmod +x test/check_repo_status.sh])
Note: See TracChangeset
for help on using the changeset viewer.