73 | | 5. Configure: |
| 73 | {{{ |
| 74 | Index: Makefile.install.in |
| 75 | =================================================================== |
| 76 | --- Makefile.install.in (revision 196) |
| 77 | +++ Makefile.install.in (working copy) |
| 78 | @@ -977,7 +977,7 @@ |
| 79 | # Python Install |
| 80 | |
| 81 | |
| 82 | -PYINCLUDEDIR = $(shell $(BABEL_ROOT)/bin/babel-config --query-var=PYTHONINC) |
| 83 | +PYINCLUDEDIR = $(shell $(BABEL_ROOT)/bin/powerpc64-ibm-bgp-babel-config --query-var=PYTHONINC) |
| 84 | CCASPEC_INCLUDE_DIR = $(shell $(BABEL_CCA_ROOT)/bin/cca-spec-babel-config --var CCASPEC_pkgincludedir) |
| 85 | INCLUDEDIR = $(BABEL_ROOT)/include |
| 86 | INCLUDEDIR2 = . |
| 87 | }}} |
| 88 | |
| 89 | This changes the makefile so that it references the correct babel-config. Prefixing causes all kinds of problems with the build tools, and maybe this should be changed. |
| 90 | |
| 91 | 5. '''Run 'aclocal && autoconf''''. |
| 92 | |
| 93 | 6. Configure: |