]> git.pld-linux.org Git - packages/bigsister.git/blame - bigsister-ac.patch
- drop obsolete and outdated manual inclusion of rpm macros
[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)
44547e76
ER
18--- big-sister-1.02/Makefile.in~ 2006-04-15 19:41:37.153389373 +0300
19+++ big-sister-1.02/Makefile.in 2006-04-15 19:42:52.645071546 +0300
20@@ -37,7 +37,7 @@
21 all:
22 @echo "use 'make install' to install"
23
24-install: install-server install-client install-win32 install-reporting install-modules install-doc
25+install: install-server install-client install-reporting install-modules install-doc
26
27 install-agent: install-client
28
This page took 0.095182 seconds and 4 git commands to generate.