ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/Make.common.in
(Generate patch)

Comparing rxvt-unicode/autoconf/Make.common.in (file contents):
Revision 1.5 by root, Thu Aug 12 21:30:14 2004 UTC vs.
Revision 1.6 by root, Mon Feb 14 10:44:50 2005 UTC

1# autoconf/Make.common.in -*- Makefile -*- 1# autoconf/Make.common.in -*- Makefile -*-
2# release date (man), LSM date, version number/name, current maintainer 2# release date (man), version number/name
3DATE=@DATE@ 3DATE=@DATE@
4LSMDATE=@LSMDATE@
5VERSION=@VERSION@ 4VERSION=@VERSION@
6VERNAME=rxvt-unicode-$(VERSION)
7MAINT=Marc A. Lehmann
8MAINTEMAIL=rxvt@schmorp.de
9WEBMAINT=Marc A. Lehmann
10WEBMAINTEMAIL=rxvt@schmorp.de
11WEBPAGE=http://software.schmorp.de/#rxvt-unicode
12 5
13#------------------------------------------------------------------------- 6#-------------------------------------------------------------------------
14RXVTNAME=@RXVTNAME@ 7RXVTNAME=@RXVTNAME@
15 8
16SHELL = /bin/sh 9SHELL = /bin/sh
17
18# This variable makes it possible to move the installation root to another
19# directory. This is useful when you're creating a binary distribution
20# If empty, normal root will be used.
21# You can run eg. 'make install DESTDIR=/packages/rxvt-xx' to accomplish
22# that.
23# DESTDIR = /usr/local/X11/$(VERNAME)
24 10
25# Installation target directories & other installation stuff 11# Installation target directories & other installation stuff
26prefix = @prefix@ 12prefix = @prefix@
27exec_prefix = @exec_prefix@ 13exec_prefix = @exec_prefix@
28bindir = @bindir@ 14bindir = @bindir@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines