]> git.pld-linux.org Git - packages/bigsister.git/blame - bigsister-ac.patch
- tabs
[packages/bigsister.git] / bigsister-ac.patch
CommitLineData
b76e51ba
ER
1--- big-sister-1.02/configure.in~ 2005-11-22 13:19:16.000000000 +0200
2+++ big-sister-1.02/configure.in 2006-04-15 18:50:53.000000000 +0300
3@@ -256,11 +256,14 @@
4
5 AC_SUBST(crondir)
6 AC_MSG_CHECKING([where to store weekly cronjobs])
7+AC_ARG_WITH( crondir, [ --with-crondir where to store weekly cronjobs],crondir=$withval)
8+if test "$crondir" = ""; then
9 for dir in /etc/cron.weekly; do
10 if test -d $dir; then
11 crondir=$dir
12 fi
13 done
14+fi
15
16 if test "$crondir" = ""; then
17 AC_MSG_RESULT(none)
This page took 0.097853 seconds and 4 git commands to generate.