From e9b25d3fc53b16c8b67a362741a1dd9f8e9d8c90 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Thu, 13 Feb 2003 11:21:22 +0000 Subject: [PATCH] new option fontdir was not handled correctly. git-svn-id: http://root.cern.ch/svn/root/trunk@6123 27541ba8-7e3a-0410-8455-c3a389f83636 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 75ef3294bfc..787f554b648 100755 --- a/configure +++ b/configure @@ -336,8 +336,8 @@ Usage: $0 <architecture> [flag=value] --cintincdir CINT interpeted headers (<datadir>/cint) --datadir Data installation dir (<prefix>/share/root) --docdir Documentation (<prefix>/share/doc/root) - --etcdir Config installation dir (/etc/root) --elispdir Where to put Emacs Lisp (<prefix>/share/emacs/site-lisp) + --etcdir Config installation dir (/etc/root) --fontdir Font installation dir (<datadir>/fonts) --iconpath Icon installation dir (<datadir>/icons) --incdir Header installation dir (<prefix>/include/root) @@ -548,6 +548,7 @@ if test $# -gt 0 ; then --docdir=*) haveconfig=-DHAVE_CONFIG ; docdir=$optarg ;; --elispdir=*) haveconfig=-DHAVE_CONFIG ; elispdir=$optarg ;; --etcdir=*) haveconfig=-DHAVE_CONFIG ; etcdir=$optarg ;; + --fontdir=*) haveconfig=-DHAVE_CONFIG ; fontdir=$optarg ;; --iconpath=*) haveconfig=-DHAVE_CONFIG ; iconpath=$optarg ;; --incdir=*) haveconfig=-DHAVE_CONFIG ; incdir=$optarg ;; --libdir=*) haveconfig=-DHAVE_CONFIG ; libdir=$optarg ;; -- GitLab