[LLVMdev] Setting up new project

John Criswell criswell at cs.uiuc.edu
Fri Apr 11 13:24:43 PDT 2008


Lane Schwartz wrote:
> [snip]
> OK then. I didn't realize that having a newer version would be a problem.
>
> I compiled and installed autoconf 2.59. I still get the same problem:
>
> $ autoconf --version
> autoconf (GNU Autoconf) 2.59
>
> $ cd /opt/src-llvm/projects/sample/autoconf
> $ ./AutoRegen.sh
> $ cd ..
>
> $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvmobj=/opt/src-llvm
> configure: error: cannot find install-sh or install.sh in
> ../../../autoconf ./../../../autoconf
>
> Any other tips? I should mention that I'm working with llvm-2.2, not
> the current svn.
>   
I believe this AutoRegen.sh may be broken.  I believe this one (which is 
part of the poolalloc project) may work for you.

I've attached the script below for your convenience.  Please give it a 
try and let us know if it works.

-- John T.

> Thanks,
> Lane
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>   

-------------- next part --------------
A non-text attachment was scrubbed...
Name: AutoRegen.sh
Type: application/x-sh
Size: 1613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080411/c0acbc77/attachment.sh>


More information about the llvm-dev mailing list