Home | History | Annotate | Download | only in autoconf

Lines Matching full:autoconf

8  3. Copy <SRC>/ltdl.m4 to llvm/autoconf/m4
9 4. Copy <PFX>/share/aclocal/libtool.m4 to llvm/autoconf/m4/libtool.m4
10 5. Copy <PFX>/share/libtool/ltmain.sh to llvm/autoconf/ltmain.sh
17 9. Edit the llvm/autoconf/m4/libtool.m4 file so that:
25 10. Run "autoupdate libtool.m4 ltdl.m4" in the llvm/autoconf/m4 directory.
27 files to match the version of autoconf that LLVM uses. This converts
36 Upgrading autoconf
39 If you are in the mood to upgrade autoconf, you should:
43 3. Get the new version of autoconf and put it in <SRC>
44 4. configure/build/install autoconf with --prefix=<PFX>
45 5. Run autoupdate on all the m4 macros in llvm/autoconf/m4
46 6. Run autoupdate on llvm/autoconf/configure.ac