[Ur] config.status: error: cannot find input file: `config.h.in'
Adam Chlipala
adamc at impredicative.com
Sat May 29 08:06:37 EDT 2010
I've pushed a changeset which includes config.h.in in the repository.
Does it build for you now?
Vladimir G. Ivanovic wrote:
> 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.
>
More information about the Ur
mailing list