diff -urN font-misc-ethiopic-0.99.2.orig/configure.ac font-misc-ethiopic-0.99.2/configure.ac --- font-misc-ethiopic-0.99.2.orig/configure.ac 2005-12-03 09:08:53.000000000 -0800 +++ font-misc-ethiopic-0.99.2/configure.ac 2005-12-07 02:27:56.000000000 -0800 @@ -35,14 +35,14 @@ m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) DEFAULT_TTFFONTDIR=${libdir}/X11/fonts/TTF -AC_ARG_WITH(fontdir, +AC_ARG_WITH(ttf-fontdir, AS_HELP_STRING([--with-ttf-fontdir=FONTDIR], [Path to install TTF fonts]), [TTFFONTDIR="$withval"], [TTFFONTDIR="$DEFAULT_TTFFONTDIR"]) AC_SUBST(TTFFONTDIR) DEFAULT_OTFFONTDIR=${libdir}/X11/fonts/OTF -AC_ARG_WITH(fontdir, +AC_ARG_WITH(otf-fontdir, AS_HELP_STRING([--with-otf-fontdir=FONTDIR], [Path to install OTF fonts]), [OTFFONTDIR="$withval"], [OTFFONTDIR="$DEFAULT_OTFFONTDIR"])