Skip to content

Commit

Permalink
Automatic Compiler Version Settings (#100)
Browse files Browse the repository at this point in the history
Closes #80 

Signed-off-by: Mike Detwiler <[email protected]>
  • Loading branch information
detwiler authored Jan 6, 2021
1 parent bf986be commit c251dba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gnulib
Submodule .gnulib updated 4327 files
2 changes: 1 addition & 1 deletion .quickhatch
Submodule .quickhatch updated 1 files
+40 −0 m4/quickhatch.m4
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scriptversion=2020-11-18.17; # UTC

# Bootstrap this package from checked-out sources.

# Copyright (C) 2003-2020 Free Software Foundation, Inc.
# Copyright (C) 2003-2021 Free Software Foundation, Inc.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions build-aux/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/compile
/config.guess
/config.sub
/depcomp
Expand Down
8 changes: 2 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,10 @@ AM_COND_IF([HAVE_WIN_PY3],
## conan ##

QH_REQUIRE_PROG([CLANG], [clang], [path to clang])
QH_CLANG_VERSION_MAJOR([CONAN_CLANG_VERSIONS], [clang version for conan])
QH_REQUIRE_PROG([GCC], [gcc], [path to gcc])
QH_GCC_VERSION_MAJOR([CONAN_GCC_VERSIONS], [gcc version for conan])

QH_VAR_ENSURE([CONAN_CLANG_VERSIONS],
[colon-separated list of Clang major versions for conan-package-tools],
[9])
QH_VAR_ENSURE([CONAN_GCC_VERSIONS],
[colon-separated list of GCC major versions for conan-package-tools],
[9])
QH_VAR_ENSURE([CONAN_USERNAME],
[User name required by conan-package-tools],
[$USER])
Expand Down

0 comments on commit c251dba

Please sign in to comment.