Menu

Code Commit Log


Commit Date  
[r193] by ludov

Use AM_INIT_AUTOMAKE: with no argument

configure.ac:27: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:27: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation@

2013-09-04 14:44:14 Tree
[r192] by ludov

Rename configure.in in configure.ac

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'

2013-09-04 14:40:16 Tree
[r191] by ludov

Do not install the vgrabbj.conf.default file

Defaults values should already be used by the program.

2013-09-04 14:20:52 Tree
[r190] by ludov

Remove useless line defining DEFAULT_CONFIG_FILE

2013-09-04 12:37:00 Tree
[r189] by ludov

Use ${sysconfdir} if prefix is set

${sysconfdir} default to ${prefix}/etc but can be overwrittent by
--sysconfdir=dir

2013-09-04 12:25:35 Tree
[r188] by ludov

Fix autoheader warning

autoheader: warning: missing template: SYSCONF_DIR
autoheader: Use AC_DEFINE([SYSCONF_DIR], [], [Description])

2013-09-04 12:17:39 Tree
[r187] by ludov

Add missing AM_PROG_CC_C_O

Makefile.am:21: compiling `vgrabbj.c' with per-target flags requires
`AM_PROG_CC_C_O' in `configure.in'

2013-09-04 11:43:11 Tree
[r186] by ludov

Remove extra spaces

2013-09-04 11:34:21 Tree
[r185] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_420i_yuyv’:
ccvt_c.c:471:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
ccvt_c.c: In function ‘ccvt_420i_uyvy’:
ccvt_c.c:510:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]

2013-09-04 11:24:35 Tree
[r184] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_yuyv’:
ccvt_c.c:256:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]
ccvt_c.c: In function ‘ccvt_uyvy’:
ccvt_c.c:353:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]

2013-09-04 11:22:26 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.