Displaying 7 results from an estimated 7 matches for "llvm_m4".
2006 Apr 14
2
[LLVMdev] creating a project from sample project
...onf/m4 directory. The project should be checked
out to projects directory
So, I assumed that I set AC_CONFIG_AUX_DIR incorrectly in configure.ac.
I tried setting it to an absolute path and a relative path but had no
luck. Then I looked at AutoRegen.sh, and it seems to have a variable
called llvm_m4 that is hardcoded to either ../../../autoconf/m4 or
../../llvm/autoconf/m4. If I hardcode in another option that allows
llvm_m4 to be hardcoded to the same value that I set AC_CONFIG_AUX_DIR
to, then I am able to run AutoRegen.sh. Am I doing something wrong?
Regards,
Ryan
2006 Apr 15
0
[LLVMdev] creating a project from sample project
...nothing to do
with it, as that comes into play only when autoconf is run, not when
AutoRegen.sh is running.
Probably the only thing you're doing "wrong" is not placing your project
in the llvm/projects directory. If you need to have your project
elsewhere, then what you did (change llvm_m4) is correct. But, please
be aware, the directory you want is *not* your project's autoconf
directory, but LLVM's autoconf directory.
Reid.
On Fri, 2006-04-14 at 18:40 -0500, Ryan M. Lefever wrote:
> I am trying to create a project in my home directory based off the
> instructions...
2006 Apr 18
2
[LLVMdev] creating a project from sample project
...that comes into play only when autoconf is run, not when
> AutoRegen.sh is running.
>
> Probably the only thing you're doing "wrong" is not placing your project
> in the llvm/projects directory. If you need to have your project
> elsewhere, then what you did (change llvm_m4) is correct. But, please
> be aware, the directory you want is *not* your project's autoconf
> directory, but LLVM's autoconf directory.
>
> Reid.
>
> On Fri, 2006-04-14 at 18:40 -0500, Ryan M. Lefever wrote:
>
>>I am trying to create a project in my home dire...
2006 Apr 18
0
[LLVMdev] creating a project from sample project
...y when autoconf is run, not when
> > AutoRegen.sh is running.
> >
> > Probably the only thing you're doing "wrong" is not placing your project
> > in the llvm/projects directory. If you need to have your project
> > elsewhere, then what you did (change llvm_m4) is correct. But, please
> > be aware, the directory you want is *not* your project's autoconf
> > directory, but LLVM's autoconf directory.
> >
> > Reid.
> >
> > On Fri, 2006-04-14 at 18:40 -0500, Ryan M. Lefever wrote:
> >
> >>I am tr...
2006 Apr 19
2
[LLVMdev] creating a project from sample project
...oconf is run, not when
>>>AutoRegen.sh is running.
>>>
>>>Probably the only thing you're doing "wrong" is not placing your project
>>>in the llvm/projects directory. If you need to have your project
>>>elsewhere, then what you did (change llvm_m4) is correct. But, please
>>>be aware, the directory you want is *not* your project's autoconf
>>>directory, but LLVM's autoconf directory.
>>>
>>>Reid.
>>>
>>>On Fri, 2006-04-14 at 18:40 -0500, Ryan M. Lefever wrote:
>>>
>&g...
2006 Apr 19
0
[LLVMdev] creating a project from sample project
...t; >>>AutoRegen.sh is running.
> >>>
> >>>Probably the only thing you're doing "wrong" is not placing your project
> >>>in the llvm/projects directory. If you need to have your project
> >>>elsewhere, then what you did (change llvm_m4) is correct. But, please
> >>>be aware, the directory you want is *not* your project's autoconf
> >>>directory, but LLVM's autoconf directory.
> >>>
> >>>Reid.
> >>>
> >>>On Fri, 2006-04-14 at 18:40 -0500, Ryan M. Lefe...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
...AutoRegen.sh is running.
>>>>>
>>>>> Probably the only thing you're doing "wrong" is not placing your project
>>>>> in the llvm/projects directory. If you need to have your project
>>>>> elsewhere, then what you did (change llvm_m4) is correct. But, please
>>>>> be aware, the directory you want is *not* your project's autoconf
>>>>> directory, but LLVM's autoconf directory.
>>>>>
>>>>> Reid.
>>>>>
>>>>> On Fri, 2006-04-14 at 18:...