Codebase list frei0r / f78ff7e
Disabled subdir-objects it breaks build, as somehow C-files have a higher priority as C++-files IOhannes m zmölnig 12 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Description: fix args to AM_INIT_AUTOMAKE
1 arguments to AM_INIT_AUTOMAKE have a new meaning.
1 arguments to AM_INIT_AUTOMAKE have been deprecated.
22 see http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
3 we use it to enable subdir-objects (else we get loads of warnings)
43 Author: IOhannes m zmölnig
54 Last-Update: 2014-05-20
65 ---
1211 AC_CONFIG_MACRO_DIR([m4])
1312
1413 -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
15 +AM_INIT_AUTOMAKE([subdir-objects])
14 +AM_INIT_AUTOMAKE
1615
1716 # Checks for programs.
1817 AC_PROG_CXX