"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure.in" between
speech_tools-2.4-release.tar.gz and speech_tools-2.5.0-release.tar.gz

About: The speech_tools - Edinburgh Speech Tools Library (used by the Festival Speech Synthesis System).

configure.in  (speech_tools-2.4-release):configure.in  (speech_tools-2.5.0-release)
skipping to change at line 86 skipping to change at line 86
[COMPILERTYPE=egcs]) [COMPILERTYPE=egcs])
AC_TRY_COMPILE([#include <stdio.h>], AC_TRY_COMPILE([#include <stdio.h>],
[int j= [int j=
#if __GNUC__ == 2 && __GNUC_MINOR__ == 8 #if __GNUC__ == 2 && __GNUC_MINOR__ == 8
3; 3;
#endif ], #endif ],
[COMPILERTYPE=gcc28]) [COMPILERTYPE=gcc28])
AC_SUBST(COMPILERTYPE) AC_SUBST(COMPILERTYPE)
LINUXAUDIO=none LINUXAUDIO=none
AC_TRY_COMPILE([#include <alsa/version.h>], AC_CHECK_HEADER(alsa/asoundlib.h,
[int j=
#if SND_LIB_SUBMINOR >= 11
3;
#endif],
[LINUXAUDIO="alsa"]) [LINUXAUDIO="alsa"])
AC_SUBST(LINUXAUDIO) AC_SUBST(LINUXAUDIO)
OMP_OPTS=
AC_TRY_COMPILE([#include <omp.h>],
[ int j=1;],
[OMP_OPTS="-fopenmp"])
AC_SUBST(OMP_OPTS)
OMP_DEFS=
AC_TRY_COMPILE([#include <omp.h>],
[ int j=1;],
[OMP_DEFS="-DOMP_WAGON=1"])
AC_SUBST(OMP_DEFS)
AC_OUTPUT(config/config) AC_OUTPUT(config/config)
 End of changes. 2 change blocks. 
5 lines changed or deleted 12 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)