Displaying 2 results from an estimated 2 matches for "configure_am".
Did you mean:
configure_arg
2004 Sep 05
1
[LLVMdev] Time For automake?
...co-exist with the existing "Makefile"
unless you automake in which case the "Makefile" gets overridden
by automake (automake turns Makefile.am into Makefile.in which
gets configured by autoconf/configure into Makefile)
* A parallel configure script, configure_am will be written that
uses automake
* An option to AutoRegen.sh will be added that includes the run of
automake to create configure_am instead of just "configure".
What this means is that unless you specifically ask for it (by creating
and running the configure_am s...
2004 Oct 10
0
[LLVMdev] automake (PR106)
...at's
coming or even help, it would be appreciated.
If you want to try automake support, you need to do the following:
1. Create a separate build directory (STRONGLY ADVISED)
2. Run autoconf/AutoRegen.sh with the --with-automake flag
3. Configure your new build directory as usual but use llvm/configure_am
instead of llvm/configure
4. Run GNU make at top of your build directory
Note that the output is raw (commands shown). It will stay this way
through testing because its just easier to see what's going on.
You can find current status and additional information about the
automake support at...