Home | History | Annotate | Download | only in acinclude

Lines Matching refs:esd

3 # --- esd.m4 ---
5 # Configure paths for ESD
12 dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS
16 dnl Get the cflags and libraries from the esd-config script
18 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
22 AC_ARG_ENABLE(esdtest, [ --disable-esdtest Do not try to compile and run a test ESD program],
28 ESD_CONFIG=$esd_exec_prefix/bin/esd-config
34 ESD_CONFIG=$esd_prefix/bin/esd-config
38 AC_PATH_PROG(ESD_CONFIG, esd-config, no)
40 AC_MSG_CHECKING(for ESD - version >= $min_esd_version)
60 dnl Now check if the installed ESD is sufficiently new. (Also sanity
61 dnl checks the results of esd-config to some extent
68 #include <esd.h>
108 printf("\n*** 'esd-config --version' returned %d.%d.%d, but the minimum version\n", $esd_major_version, $esd_minor_version, $esd_micro_version);
109 printf("*** of ESD required is %d.%d.%d. If esd-config is correct, then it is\n", major, minor, micro);
111 printf("*** If esd-config was wrong, set the environment variable ESD_CONFIG\n");
112 printf("*** to point to the correct copy of esd-config, and remove the file\n");
129 echo "*** The esd-config script installed by ESD could not be found"
130 echo "*** If ESD was installed in PREFIX, make sure PREFIX/bin is in"
132 echo "*** full path to esd-config."
137 echo "*** Could not run ESD test program, checking why..."
142 #include <esd.h>
145 echo "*** that the run-time linker is not finding ESD or finding the wrong"
146 echo "*** version of ESD. If it is not finding ESD, you'll need to set your"
154 echo "*** exact error that occured. This usually means ESD was incorrectly installed"
155 echo "*** or that you have moved ESD since it was installed. In the latter case, you"
156 echo "*** may want to edit the esd-config script: $ESD_CONFIG" ])