Commit afbae2e6 authored by Warren Dukes's avatar Warren Dukes

don't use automake-1.8

git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 4904e64f
...@@ -25,7 +25,7 @@ echo "This may take a while ..." ...@@ -25,7 +25,7 @@ echo "This may take a while ..."
# Regenerate configuration files # Regenerate configuration files
libtoolize -f -c libtoolize -f -c
for i in -1.8 -1.7 -1.6 ''; do for i in -1.7 -1.6 ''; do
if [ -z $ACLOCAL ]; then if [ -z $ACLOCAL ]; then
which aclocal$i which aclocal$i
if [ "$?" = "0" ]; then if [ "$?" = "0" ]; then
......
...@@ -72,6 +72,8 @@ ...@@ -72,6 +72,8 @@
/* Define to empty if `const' does not conform to ANSI C. */ /* Define to empty if `const' does not conform to ANSI C. */
#undef const #undef const
/* Define as `__inline' if that's what the C compiler calls it, or to nothing /* Define to `__inline__' or `__inline' if that's what the C compiler
if it is not supported. */ calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline #undef inline
#endif
...@@ -121,9 +121,11 @@ ...@@ -121,9 +121,11 @@
/* Define to empty if `const' does not conform to ANSI C. */ /* Define to empty if `const' does not conform to ANSI C. */
#undef const #undef const
/* Define as `__inline' if that's what the C compiler calls it, or to nothing /* Define to `__inline__' or `__inline' if that's what the C compiler
if it is not supported. */ calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline #undef inline
#endif
/* Define to `int' if <sys/types.h> does not define. */ /* Define to `int' if <sys/types.h> does not define. */
#undef pid_t #undef pid_t
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment