diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-07 10:39:47 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-07 10:39:47 -0400 |
commit | 5816641fc3a761e00d154c4dea9551a0027a7c63 (patch) | |
tree | 5008269ea8500d473cb7ba650b68e177102b9e66 /makefile.in | |
parent | 7faa97b815d7f35ffbbb978e5fef1bd25c420ef5 (diff) | |
download | lynx-snapshots-5816641fc3a761e00d154c4dea9551a0027a7c63.tar.gz |
snapshot of project "lynx", label v2-8-1dev_25
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/makefile.in b/makefile.in index 28e2ec13..6a217647 100644 --- a/makefile.in +++ b/makefile.in @@ -24,10 +24,14 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ +## This is the version which we are developing (or, upon release, make this +## the same). Use no dots in the name, since it must work on VMS and MS-DOS. +VERSION = 2-8-1 + ##this is the name of the directory the lynx source code is in. ##(e.g. lynx2-8, not the full path) -lynxdir= lynx2-8 -lynxname= lynx2-8 +lynxdir= lynx$(VERSION) +lynxname= lynx$(VERSION) ## Where you want lynx installed bindir= @bindir@ @@ -129,7 +133,6 @@ SITE_DEFS = # Your defines here # -DLINKEDSTYLES # -DLONG_LIST # -DLY_FIND_LEAKS -# -DNCURSES # -DNO_CHANGE_EXECUTE_PERMS # -DNO_PARENT_DIR_REFERENCE # -DNSL_FORK |