diff options
author | Roger Leigh <rleigh@debian.org> | 2013-04-01 17:10:06 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-04-01 23:57:34 +0100 |
commit | b187106da3bde7e16941229899a590bcf535b2b7 (patch) | |
tree | 7f7c5d4f53fd5cdeedfadb2407d63463977ab92d /scripts | |
parent | abe3110fd4296cd8d881e647e41c6394719efee0 (diff) | |
download | schroot-b187106da3bde7e16941229899a590bcf535b2b7.tar.gz |
scripts: Remove unused and obsolete schroot_release.m4.in
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/schroot_release.m4.in | 28 |
1 files changed, 0 insertions, 28 deletions
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])]) |