diff options
| author | ivan <ivan> | 2008-03-02 04:06:06 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-03-02 04:06:06 +0000 |
| commit | 5e05724a635a22776f1b973f5d7e77989da4e048 (patch) | |
| tree | 8c9155a06d82fd0fac65300ce8ca8f51e73d6afc /rt/configure.ac | |
| parent | 807bc6bf91e6208fd40bcdf99ce4c0149c2598d2 (diff) | |
| parent | 9c68254528b6f2c7d8c1921b452fa56064783782 (diff) | |
This commit was generated by cvs2svn to compensate for changes in r6252,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/configure.ac')
| -rw-r--r-- | rt/configure.ac | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/rt/configure.ac b/rt/configure.ac index 4510e8480..1866a1d7f 100644 --- a/rt/configure.ac +++ b/rt/configure.ac @@ -3,11 +3,11 @@ dnl dnl Process this file with autoconf to produce a configure script dnl dnl Embed in generated ./configure script the following CVS info: -AC_REVISION($Revision: 1.1.1.7 $)dnl +AC_REVISION($Revision: 1.1.1.8 $)dnl dnl Setup autoconf AC_PREREQ(2.53) -AC_INIT(RT, [3.6.4], [rt-bugs@bestpractical.com]) +AC_INIT(RT, [3.4.6], [rt-bugs@fsck.com]) AC_CONFIG_SRCDIR([lib/RT.pm.in]) dnl Extract RT version number components @@ -202,8 +202,6 @@ AC_ARG_WITH(rt-group, AC_SUBST(RTGROUP) dnl INSTALL AS ME -# XXX TODO: The command below to figure out the group brokenly relies on -# output order (and "id -gn" doesn't work on all platforms). my_group=$(groups|cut -f1 -d' ') my_user=${USER:-$LOGNAME} AC_ARG_WITH(my-user-group, @@ -236,15 +234,6 @@ AC_ARG_WITH(apachectl, APACHECTL=`which apachectl`) AC_SUBST(APACHECTL) -dnl RT's standalone pure perl server -AC_ARG_WITH(devel-mode, - AC_HELP_STRING([--with-standalone], - [Install modules for pure perl standalone server]), - - RT_STANDALONE="1", - RT_STANDALONE="0") -AC_SUBST(RT_STANDALONE) - dnl RT's "maintainer mode" AC_ARG_WITH(devel-mode, AC_HELP_STRING([--with-devel-mode], |
