Skip to content

Commit

Permalink
updating the configure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
michellepistner committed May 19, 2024
1 parent 04e0db8 commit e06fc31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for fido 1.1.0.
# Generated by GNU Autoconf 2.72 for fido 1.1.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
Expand Down Expand Up @@ -600,8 +600,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fido'
PACKAGE_TARNAME='fido'
PACKAGE_VERSION='1.1.0'
PACKAGE_STRING='fido 1.1.0'
PACKAGE_VERSION='1.1.0'
PACKAGE_STRING='fido 1.1.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1219,7 +1219,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures fido 1.1.0 to adapt to many kinds of systems.
'configure' configures fido 1.1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1281,7 +1281,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fido 1.1.0:";;
short | recursive ) echo "Configuration of fido 1.1.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1478,7 +1478,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by fido $as_me 1.1.0, which was
It was created by fido $as_me 1.1.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3422,7 +3422,7 @@ fi
openmp_flag=""

## Set the fallback, by default it is nope
arma_have_openmp="#define ARMA_DONT_USE_OPENMP 1"
arma_have_openmp="#define ARMA_DONT_USE_OPENMP"

if test x"${openmp_already_works}" = x"yes"; then
arma_have_openmp="#define ARMA_USE_OPENMP"
Expand Down Expand Up @@ -3994,7 +3994,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by fido $as_me 1.1.0, which was
This file was extended by fido $as_me 1.1.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ fi
openmp_flag=""

## Set the fallback, by default it is nope
arma_have_openmp="#define ARMA_DONT_USE_OPENMP 1"
arma_have_openmp="#define ARMA_DONT_USE_OPENMP"

if test x"${openmp_already_works}" = x"yes"; then
arma_have_openmp="#define ARMA_USE_OPENMP"
Expand Down

0 comments on commit e06fc31

Please sign in to comment.