[Ur] config.status: error: cannot find input file: `config.h.in'

Vladimir G. Ivanovic vladimir at acm.org
Sat May 29 06:09:56 EDT 2010


Configure fails when I use the Mercurial repository, but succeeds when I use the tarball.

> checking for mlton... yes checking for mllex... yes checking for
> mlyacc... yes configure: creating ./config.status config.status:
> creating Makefile config.status: creating src/c/Makefile
> config.status: creating src/config.sml config.status: error: cannot
> find input file: `config.h.in' 

It looks like changeset 1263: Support HTTP caching of app.js is he culprit. 

> --- a/configure.ac	Thu Feb 11 11:29:36 2010 -0500
> +++ b/configure.ac	Sun May 23 11:52:13 2010 -0400
> @@ -4,6 +4,7 @@
>  AC_PROG_CC()
>  AC_PROG_LIBTOOL()
>  AC_CONFIG_MACRO_DIR([m4])
> +AC_CONFIG_HEADERS([config.h])
>  
>  AC_CHECK_LIB(mhash, mhash_get_block_size, [], [echo "You must install libmhash."; exit 1])
>  AC_CHECK_HEADER([mhash.h], [], [echo "You must install libmhash dev files."; exit 1])
>   
Sorry, but my autoconf-fu is sadly deficient so I can't suggest a fix.

--- Vladimir

-- 
Vladimir G. Ivanovic                            http://www.leonora.org
+1 650 450 4101                                       vladimir at acm.org


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://www.impredicative.com/pipermail/ur/attachments/20100529/fbc916dd/attachment.pgp>


More information about the Ur mailing list