summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-04-01 17:10:06 +0100
committerRoger Leigh <rleigh@debian.org>2013-04-01 23:57:34 +0100
commitb187106da3bde7e16941229899a590bcf535b2b7 (patch)
tree7f7c5d4f53fd5cdeedfadb2407d63463977ab92d
parentabe3110fd4296cd8d881e647e41c6394719efee0 (diff)
downloadschroot-b187106da3bde7e16941229899a590bcf535b2b7.tar.gz
scripts: Remove unused and obsolete schroot_release.m4.in
-rw-r--r--Makefile.am1
-rw-r--r--scripts/schroot_release.m4.in28
2 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
index a6ac31ab..f89c3ce7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,6 @@ include bin/dchroot-dsa/Makefile.am
include bin/csbuild/Makefile.am
include bin/dchroot/Makefile.am
include bin/schroot-sbuild/Makefile.am
-include bin/schroot-releaselock/Makefile.am
include bin/schroot-base/Makefile.am
include bin/schroot-mount/Makefile.am
include bin/schroot/Makefile.am
diff --git a/scripts/schroot_release.m4.in b/scripts/schroot_release.m4.in
deleted file mode 100644
index c80bede7..00000000
--- a/scripts/schroot_release.m4.in
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- Autoconf -*-
-# Copyright © 2001-2002,2006 Roger Leigh <rleigh@debian.org>
-#
-# schroot is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# schroot is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-#####################################################################
-
-# SCHROOT_RELEASE_DATE
-# --------------------
-# Hard-code the release date into the generated configure script and
-# Makefiles.
-AC_DEFUN([SCHROOT_RELEASE_DATE],
-[dnl Set package release date
-AC_DEFINE_UNQUOTED([RELEASE_DATE], @RELEASE_UDATE@, [Package release date.])
-RELEASE_DATE="@RELEASE_DATE@"
-AC_SUBST([RELEASE_DATE])])