gcc-4.9: How to generate Makefile.in from a modified Makefile.am?
Chung-Ju Wu
jasonwucj@gmail.com
Thu Mar 27 05:40:00 GMT 2014
Sorry there is a typo on step 2 command...
2014-03-27 13:36 GMT+08:00 Chung-Ju Wu <jasonwucj@gmail.com>:
>
> 2. Build them by your own:
> (As usual, separating build folder and source folder is recommended.)
>
> $ /path/to/src/automake-1.11.1/configure --prefix=/path/to/local
> $ make
> $ make install
>
> $ /path/to/src/automake-2.64/configure --prefix=/path/to/local
typo fix : $ /path/to/src/autoconf-2.64/configure --prefix=/path/to/local
> $ make
> $ make install
>
Best regards,
jasonwucj
More information about the Gcc
mailing list