[llvm-commits] [llvm] r86955 - in /llvm/trunk: Makefile.config.in autoconf/configure.ac configure include/llvm/Config/config.h.in

John Tytgat John.Tytgat at aaug.net
Sun Dec 6 10:01:45 PST 2009


Hi,

Aren't there a couple of typos here ?

> [...]
> Index: Makefile.config.in
> ===================================================================
> --- Makefile.config.in	(revision 86954)
> +++ Makefile.config.in	(revision 86955)
> @@ -313,6 +313,8 @@
>  # Location of the plugin header file for gold.
>  BINUTILS_INCDIR := @BINUTILS_INCDIR@
>  
> +C_INCLUDE_DIRS := @C_INCLUDE_DISR@
                                ^^^^ ??

> [...]
> Index: autoconf/configure.ac
> ===================================================================
> --- autoconf/configure.ac	(revision 86954)
> +++ autoconf/configure.ac	(revision 86955)
> @@ -667,6 +667,13 @@
>    *) AC_MSG_ERROR([Invalid path for --with-ocaml-libdir. Provide full
path]) ;;
>  esac
>  
> +AC_ARG_WITH(c-include-dir,
                         ^^^^ ??

"AC_ARG_WITH(c-include-dirs", no ?

> +  AS_HELP_STRING([--with-c-include-dirs],
> +    [Colon separated list of directories clang will search for
headers]),,
> +    withval="")
> +AC_DEFINE_UNQUOTED(C_INCLUDE_DIRS,"$withval",
> +                   [Directories clang will search for headers])
> +

John.





More information about the llvm-commits mailing list