diff options
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/configure.ac')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/configure.ac | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/Build/source/libs/potrace/potrace-src/configure.ac b/Build/source/libs/potrace/potrace-src/configure.ac index 93be9b1c00d..dc554ab4d31 100644 --- a/Build/source/libs/potrace/potrace-src/configure.ac +++ b/Build/source/libs/potrace/potrace-src/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2001-2015 Peter Selinger. +dnl Copyright (C) 2001-2017 Peter Selinger. dnl This file is part of Potrace. It is free software and it is covered dnl by the GNU General Public License. See the file COPYING for details. @@ -6,13 +6,13 @@ dnl Process this file with autoconf to produce a configure script. dnl ---------------------------------------------------------------------- dnl Package info -AC_INIT([potrace],[1.13],[selinger at users.sourceforge.net]) +AC_INIT([potrace],[1.14],[selinger at users.sourceforge.net]) AC_CONFIG_SRCDIR(src/trace.c) AM_INIT_AUTOMAKE AC_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4]) -DATE="October 2015" +DATE="February 2017" dnl ---------------------------------------------------------------------- dnl The names of the installed executables are defined here, but @@ -27,16 +27,8 @@ AC_DEFINE_UNQUOTED(MKBITMAP,"$MKBITMAP",Name of the mkbitmap binary) dnl ---------------------------------------------------------------------- dnl figure out compiler options -dnl remember user's CFLAGS, if any -iCFLAGS="$CFLAGS" - dnl Check for compiler -AC_PROG_CC - -dnl If compiler is gcc, add our own default CFLAGS if no others specified -if test "$GCC" = "yes" && test "$iCFLAGS" = ""; then - CFLAGS="$CFLAGS -Wall -ffloat-store" -fi +AC_PROG_CC([clang gcc cc c99 mgcc c89 pcc opencc sunc99 suncc]) dnl Also add CADD to the CFLAGS at configure time or compile time AC_SUBST(CADD) |