From 4a8bf4fdf6c47649c5d3fd70e8acf48459cf56de Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 26 Aug 2020 02:56:20 +0000 Subject: 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 --- buildtools/configure.pl | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'buildtools') diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 4eeb97de..6a152a10 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -2239,27 +2239,6 @@ print("\n"); # little more complicated because there are versions shipped with Netpbm. -#****************************************************************************** -# -# 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 '') { push(@config_mk, "INTTYPES_H = $inttypesHeaderFile\n"); } -- cgit 1.4.1