Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-04-14 21:38:44 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-04-14 21:38:44 +0300
commit4f4cc64373eb47b4258c31e2ba9a62565f4cfeae (patch)
tree2b6a284b8d775cc369c61f949b35ee5615e1c4a3 /configure.ac
parent98113c5de50de223a7095fff7bc93bd726c8b33b (diff)
Removed unused Revision macro
RT hasn't been managed in CVS in a long time, so no actual revision is put in the configure file.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 65f19cb5d5..9b7304f391 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,6 @@
autoconf; exec ./configure $@
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$)dnl
dnl Setup autoconf
AC_PREREQ([2.59])