Currently the build fails with error: 'AM_PROG_CC_STDC': this macro is obsolete. Removing the macro allows pcmanfm to build successfully.
Signed-off-by: Chirantan Ekbote <[email protected]> --- I also submitted this patch in a bug report here (https://sourceforge.net/tracker/?func=detail&aid=3600900&group_id=156956&atid=801864) but I wasn't sure whether the mailing list or the tracker was a more appropriate place for it. configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d1a62a..c746401 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,6 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_ISC_POSIX AC_PROG_CC -AM_PROG_CC_STDC AM_PROG_CC_C_O # Checks for header files. -- 1.8.1 ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
