Skip to content

Commit

Permalink
configure test2
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Jul 4, 2024
1 parent aee9d4f commit ea7c03b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
INCLUDES
CLIXON_VERSION_PATCH
CLIXON_VERSION_MINOR
CLIXON_VERSION_MAJOR
CLIXON_VERSION
Expand Down Expand Up @@ -4017,10 +4016,14 @@ test -n "$target_alias" &&




#AC_SUBST(CLIXON_VERSION_PATCH)

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CLIXON version is ${CLIXON_VERSION}" >&5
printf "%s\n" "CLIXON version is ${CLIXON_VERSION}" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CLIXON major version is ${CLIXON_VERSION_MAJOR}" >&5
printf "%s\n" "CLIXON major version is ${CLIXON_VERSION_MAJOR}" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CLIXON minor version is ${CLIXON_VERSION_MINOR}" >&5
printf "%s\n" "CLIXON minor version is ${CLIXON_VERSION_MINOR}" >&6; }



Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ AC_CANONICAL_TARGET
AC_SUBST(CLIXON_VERSION)
AC_SUBST(CLIXON_VERSION_MAJOR)
AC_SUBST(CLIXON_VERSION_MINOR)
AC_SUBST(CLIXON_VERSION_PATCH)
#AC_SUBST(CLIXON_VERSION_PATCH)

AC_MSG_RESULT(CLIXON version is ${CLIXON_VERSION})
AC_MSG_RESULT(CLIXON major version is ${CLIXON_VERSION_MAJOR})
AC_MSG_RESULT(CLIXON minor version is ${CLIXON_VERSION_MINOR})

AC_SUBST(CC)
AC_SUBST(CFLAGS)
Expand Down

0 comments on commit ea7c03b

Please sign in to comment.