lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 15.09-beta 12 lines 501 B view raw
1diff -Naur a52dec.orig/configure.in a52dec/configure.in 2--- a52dec.orig/configure.in 2002-07-27 23:50:20.000000000 -0400 3+++ a52dec/configure.in 2013-01-28 21:06:27.000000000 -0500 4@@ -6,7 +6,7 @@ 5 AC_CONFIG_FILES([Makefile autotools/Makefile include/Makefile test/Makefile 6 doc/Makefile src/Makefile liba52/Makefile libao/Makefile vc++/Makefile]) 7 AM_INIT_AUTOMAKE([a52dec],[0.7.4]) 8-AM_CONFIG_HEADER(include/config.h) 9+AC_CONFIG_HEADER(include/config.h) 10 AM_MAINTAINER_MODE 11 AC_CANONICAL_HOST 12