don't use automake-1.8

git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-03-02 13:12:20 +00:00
parent 4904e64ff1
commit afbae2e6a4
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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