[Icecast-dev] can someone explain libshout svn revision 10992 to me?

Brendan Cully brendan at xiph.org
Mon May 15 19:19:08 PDT 2006


Karl just pointed out to me that libshout is now installing its header
in $prefix/include/shout.h instead of $prefix/include/shout/shout.h. I
don't think this jibes with the autoconf tests that other packages use
to discover the header. According to the svn logs, this change was
introduced in revision 10992:

% svn log -r 10992
------------------------------------------------------------------------
r10992 | thomasvs | 2006-03-10 06:15:10 -0800 (Fri, 10 Mar 2006) | 1 line

fix install of header, take 9
------------------------------------------------------------------------

% svn diff -r 10991:10992
Index: include/shout/Makefile.am
===================================================================
--- include/shout/Makefile.am   (revision 10991)
+++ include/shout/Makefile.am   (revision 10992)
@@ -2,5 +2,5 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-includedir = $(prefix)/include/shout
+pkgincludedir = $(includedir)/shout
 nodist_include_HEADERS = shout.h

Can anyone explain what this change is meant to accomplish? If not,
I'm just going to revert it.


More information about the Icecast-dev mailing list