Parent Directory
|
Revision Log
* reworked rules - now uses cdbs files from sugar packages - run automake - add configure flag --with-pic * switch from cdbs to quilt - split gfortran patch into gfortran-hack.patch and wno-long-double.patch - add patch to fix broken Makefile.am in interfaces/src/python * latest Standards-Version * TODO: investigate freemat for matlab interface * TODO: VCS headers * TODO: check copyright * TODO: check descriptions
| 1 | --- a/configure.in |
| 2 | +++ b/configure.in |
| 3 | @@ -125,7 +125,7 @@ |
| 4 | AC_CHECK_CXX_FLAG([-Wconversion],CXXFLAGS) |
| 5 | AC_CHECK_CXX_FLAG([-Wredundant-decls],CXXFLAGS) |
| 6 | dnl -Wno-long-double fixes a warning on Darwin |
| 7 | - AC_CHECK_CXX_FLAG([-Wno-long-double],CXXFLAGS) |
| 8 | + dnl AC_CHECK_CXX_FLAG([-Wno-long-double],CXXFLAGS) |
| 9 | AC_CHECK_CXX_FLAG([-Wno-long-long],CXXFLAGS) |
| 10 | dnl -rdynamic used for backtraces |
| 11 | AC_CHECK_CXX_FLAG([-rdynamic],SUPLDFLAGS) |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |