Top 10k strings from configure.ac in <root> / bin / pc / Emulators / fuse-hc2000-hacks.7z / src / libspectrum /

Back to the directory listing

   2   PKG_CHECK_MODULES(
   1 windres=yes)
   1 m4_define([libspectrum_version], [1.0.0])
   1 m4_define([libspectrum_url],
   1 m4_define([libspectrum_rc_version],
   1 m4_define([libspectrum_nano_version],  [0])
   1 m4_define([libspectrum_minor_version], [0])
   1 m4_define([libspectrum_micro_version], [0])
   1 m4_define([libspectrum_major_version], [1])
   1 m4_define([libspectrum_full_version],
   1 m4_define([libspectrum_copyright], ["(c) 1999-2012 Philip Kendall and others"])
   1 m4_define([libspectrum_bugreport],
   1 libgcrypt=yes)
   1 libaudiofile=yes)
   1 if test $cross_compiling = yes; then
   1 if test "$zlib" = yes; then
   1 if test "$withval" = no; then zlib=no; else zlib=yes; fi,
   1 if test "$withval" = no; then windres=no; else windres=yes; fi,
   1 if test "$withval" = no; then libgcrypt=no; else libgcrypt=yes; fi,
   1 if test "$withval" = no; then libaudiofile=no; else libaudiofile=yes; fi,
   1 if test "$withval" = no; then glib=no; else glib=yes; fi,
   1 if test "$withval" = no; then bzip2=no; else bzip2=yes; fi,
   1 if test "$windres" = yes; then
   1 if test "$prefix" != "NONE"; then
   1 if test "$libgcrypt" = yes; then
   1 if test "$libaudiofile" = yes; then
   1 if test "$glib" = yes; then
   1 if test "$bzip2" = yes; then
   1 if test "$ac_cv_prog_gcc" = yes; then
   1 dnl with this program; if not, write to the Free Software Foundation, Inc.,
   1 dnl the Free Software Foundation; either version 2 of the License, or
   1 dnl it under the terms of the GNU General Public License as published by
   1 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
   1 dnl You should have received a copy of the GNU General Public License along
   1 dnl Use automake to produce `Makefile.in'
   1 dnl This program is free software; you can redistribute it and/or modify
   1 dnl This program is distributed in the hope that it will be useful,
   1 dnl Substitutions for .in files
   1 dnl Setup for compiling build tools (make-perl)
   1 dnl Product full version
   1 dnl Process this file with autoconf to produce a configure script.
   1 dnl Package version
   1 dnl Package info
   1 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   1 dnl If it appears we're using gcc as our compiler, turn on warnings
   1 dnl GNU General Public License for more details.
   1 dnl Either find glib or use the replacement
   1 dnl E-mail: [email protected]
   1 dnl Definitions for config.h
   1 dnl Copyright (c) 1999-2008 Philip Kendall
   1 dnl Checks for typedefs, structures, and compiler characteristics.
   1 dnl Checks for programs.
   1 dnl Checks for header files.
   1 dnl Check whether to use zlib (the UNIX version is called z, Win32 zdll)
   1 dnl Check whether to use libgcrypt
   1 dnl Check whether to use libbz2 (1.0 or greater)
   1 dnl Check whether to use libaudiofile
   1 dnl Check whether to use Windows resource file utility
   1 dnl Check for functions
   1 dnl Check for big endianness
   1 dnl Author contact information:
   1 dnl Allow the user to say that various libraries are in one place
   1 dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   1 dnl (at your option) any later version.
   1 bzip2=yes)
   1 [  --without-zlib          don't use zlib],
   1 [  --without-windres       don't use windres],
   1 [  --without-libgcrypt     don't use libgcrypt],
   1 [  --without-libaudiofile  don't use libaudiofile],
   1 [  --without-glib          don't use glib],
   1 [  --without-bzip2         don't use libbz2],
   1 [  --with-local-prefix=PFX local libraries installed in PFX (optional)],
   1 LIBSPECTRUM_URL=libspectrum_url
   1 LIBSPECTRUM_FULL_VERSION=libspectrum_full_version
   1 LIBSPECTRUM_COPYRIGHT=libspectrum_copyright
   1 CPPFLAGS="$CPPFLAGS -I$withval/include"; LDFLAGS="$LDFLAGS -L$withval/lib",
   1 AM_INIT_AUTOMAKE
   1 AM_CONDITIONAL(USE_MYGLIB, test "$glib" = no)
   1 AC_SUBST(WINDRES_OBJ)
   1 AC_SUBST(WINDRES_LDFLAGS)
   1 AC_SUBST(PERL)
   1 AC_SUBST(LIBSPECTRUM_URL)
   1 AC_SUBST(LIBSPECTRUM_FULL_VERSION)
   1 AC_SUBST(LIBSPECTRUM_COPYRIGHT)
   1 AC_SUBST(CC_FOR_BUILD)
   1 AC_PROG_CC
   1 AC_PATH_PROG(PERL, perl)
   1 AC_MSG_RESULT([$CC_FOR_BUILD])
   1 AC_MSG_RESULT($zlib)
   1 AC_MSG_RESULT($windres)
   1 AC_MSG_RESULT($libgcrypt)
   1 AC_MSG_RESULT($libaudiofile)
   1 AC_MSG_RESULT($glib)
   1 AC_MSG_RESULT($bzip2)
   1 AC_MSG_CHECKING(whether to use zlib)
   1 AC_MSG_CHECKING(whether to use windres)
   1 AC_MSG_CHECKING(whether to use libgcrypt)
   1 AC_MSG_CHECKING(whether to use libbz2)
   1 AC_MSG_CHECKING(whether to use libaudiofile)
   1 AC_MSG_CHECKING(whether to use glib)
   1 AC_MSG_CHECKING([for a C compiler for build tools])
   1 AC_INIT([libspectrum],[libspectrum_version],[libspectrum_bugreport],
   1 AC_HEADER_STDC
   1 AC_DEFINE([LIBSPECTRUM_RC_VERSION], [libspectrum_rc_version],
   1 AC_DEFINE([LIBSPECTRUM_COPYRIGHT], [libspectrum_copyright],
   1 AC_C_CONST
   1 AC_C_BIGENDIAN
   1 AC_CONFIG_SRCDIR([libspectrum.c])
   1 AC_CONFIG_MACRO_DIR([m4])
   1 AC_CONFIG_HEADERS([config.h])
   1 AC_CONFIG_FILES([
   1 AC_CHECK_HEADERS(stdint.h strings.h unistd.h)
   1 AC_CHECK_FUNCS(_snprintf _stricmp _strnicmp snprintf strcasecmp strncasecmp)
   1 AC_ARG_WITH(zlib,
   1 AC_ARG_WITH(windres,
   1 AC_ARG_WITH(local-prefix,
   1 AC_ARG_WITH(libgcrypt,
   1 AC_ARG_WITH(libaudiofile,
   1 AC_ARG_WITH(glib,
   1 AC_ARG_WITH(bzip2,
   1   warnings=no)
   1   libspectrum.qpg
   1   if test -z "$AUDIOFILE_LIBS"; then
   1   if test "$warnings" = yes; then
   1   if test "$enableval" = yes; then
   1   if test "$WINDRES" != no; then
   1   dnl And possibly lots of warnings
   1   [  --enable-warnings       give lots of warnings if using gcc],
   1   Makefile
   1   CPPFLAGS="$CPPFLAGS -I$prefix/include"; LDFLAGS="$LDFLAGS -L$prefix/lib"
   1   CFLAGS="$CFLAGS -Wall"
   1   CC_FOR_BUILD=$CC
   1   AC_SUBST(WINDRES)
   1   AC_MSG_RESULT($warnings)
   1   AC_MSG_CHECKING(whether lots of warnings requested)
   1   AC_CHECK_TOOL(WINDRES, windres, no)
   1   AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc)
   1   AC_CHECK_HEADERS(gcrypt.h,LIBS="$LIBS -lgcrypt")
   1   AC_CHECK_HEADERS(
   1   AC_CHECK_HEADER(
   1   AC_ARG_ENABLE(warnings,
   1     zlib.h,
   1     warnings=yes;
   1     warnings=no;
   1     glib="no"
   1     glib-2.0,
   1     bzlib.h,
   1     audiofile,
   1     [true]
   1     WINDRES_OBJ="windres.o"
   1     WINDRES_LDFLAGS="-Xlinker windres.o"
   1     AUDIOFILE,
   1     AM_PATH_AUDIOFILE(
   1     AC_SEARCH_LIBS(compress2, z zdll)
   1     AC_DEFINE([HAVE_LIB_GLIB], 1, [Defined if we've got glib]),
   1     AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile]),
   1     AC_CHECK_LIB(bz2,BZ2_bzDecompressInit)
   1       CFLAGS="$CFLAGS -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -W -Wsign-compare"
   1       AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile])
   1       0.2.3,
   1         [libspectrum],[libspectrum_url])
   1           [libspectrum_major_version.libspectrum_minor_version.libspectrum_micro_version.libspectrum_nano_version])
   1           [libspectrum_major_version,libspectrum_minor_version,libspectrum_micro_version,libspectrum_nano_version])
   1           [http://sourceforge.net/tracker/?group_id=91293&atid=596648])
   1           [http://fuse-emulator.sourceforge.net/libspectrum.php])
   1           [Define version information for win32 dll library])
   1           [Define copyright of libspectrum])