common/autoconf/help.m4

changeset 868
6f19b2440412
parent 862
dffe654ab24c
child 972
f3697e0783e2
     1.1 --- a/common/autoconf/help.m4	Tue Oct 22 16:41:34 2013 -0700
     1.2 +++ b/common/autoconf/help.m4	Wed Oct 23 13:05:58 2013 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  AC_DEFUN([HELP_MSG_MISSING_DEPENDENCY],
     1.5  [
     1.6    # Print a helpful message on how to acquire the necessary build dependency.
     1.7 -  # $1 is the help tag: freetyp2, cups, pulse, alsa etc
     1.8 +  # $1 is the help tag: freetype, cups, pulse, alsa etc
     1.9    MISSING_DEPENDENCY=$1
    1.10  
    1.11    if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.cygwin"; then
    1.12 @@ -76,7 +76,7 @@
    1.13        PKGHANDLER_COMMAND="( cd <location of cygwin setup.exe> && cmd /c setup -q -P make )"
    1.14        HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
    1.15        ;;
    1.16 -    freetype2)
    1.17 +    freetype)
    1.18        if test "x$OPENJDK_TARGET_CPU_BITS" = x32; then
    1.19          HELP_MSG="To install freetype, run:
    1.20  wget \"http://gnuwin32.sourceforge.net/downlinks/freetype.php\" -O /tmp/freetype-setup.exe
    1.21 @@ -111,7 +111,7 @@
    1.22        PKGHANDLER_COMMAND="sudo apt-get install libasound2-dev" ;;
    1.23      cups)
    1.24        PKGHANDLER_COMMAND="sudo apt-get install libcups2-dev" ;;
    1.25 -    freetype2)
    1.26 +    freetype)
    1.27        PKGHANDLER_COMMAND="sudo apt-get install libfreetype6-dev" ;;
    1.28      pulse)
    1.29        PKGHANDLER_COMMAND="sudo apt-get install libpulse-dev" ;;
    1.30 @@ -134,7 +134,7 @@
    1.31        PKGHANDLER_COMMAND="sudo yum install alsa-lib-devel" ;;
    1.32      cups)
    1.33        PKGHANDLER_COMMAND="sudo yum install cups-devel" ;;
    1.34 -    freetype2)
    1.35 +    freetype)
    1.36        PKGHANDLER_COMMAND="sudo yum install freetype-devel" ;;
    1.37      pulse)
    1.38        PKGHANDLER_COMMAND="sudo yum install pulseaudio-libs-devel" ;;

mercurial