about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-26 02:56:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-26 02:56:20 +0000
commit4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de (patch)
tree45ca607f9fae91351a1499687bcf98eb6c09cfb7 /buildtools
parent240092f6f6fa828619baee475bab885eec762446 (diff)
downloadnetpbm-mirror-4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de.tar.gz
netpbm-mirror-4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de.tar.xz
netpbm-mirror-4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de.zip
Remove vestigial URL for pointer man pages
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3927 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl25
1 files changed, 0 insertions, 25 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 4eeb97de..6a152a10 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -2241,27 +2241,6 @@ print("\n");
 
 #******************************************************************************
 #
-#  CONFIGURE DOCUMENTATION
-#
-#*****************************************************************************
-
-print("What URL will you use for the main Netpbm documentation page?\n");
-print("This information does not get built into any programs or libraries.\n");
-print("It does not make anything actually install that web page.\n");
-print("It is just for including in legacy man pages.\n");
-print("\n");
-
-my $default = "http://netpbm.sourceforge.net/doc/";
-
-my $netpbm_docurl = prompt("Documentation URL", $default);
-
-print("\n");
-
-
-
-
-#******************************************************************************
-#
 #  VALIDATE THE CONFIGURATION USER HAS SELECTED
 #
 #*****************************************************************************
@@ -2605,10 +2584,6 @@ if (defined($linuxsvgalib)) {
     push(@config_mk, "LINUXSVGALIB = $linuxsvgalib\n");
 }
 
-if (defined($netpbm_docurl)) {
-    push(@config_mk, "NETPBM_DOCURL = $netpbm_docurl\n");
-}
-
 if ($inttypesHeaderFile ne '<inttypes.h>') {
     push(@config_mk, "INTTYPES_H = $inttypesHeaderFile\n");
 }