Skip to content

Commit

Permalink
autoconf and action script
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Dec 2, 2023
1 parent 58bc8c9 commit c4fff5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="http://www.clicon.org/Clixon_logga_liggande_med-ikon.png" width="400">
</div>

[![Build Status](https://github.com/clicon/clixon-examples/actions/workflows/test.yml/badge.svg)](https://github.com/clicon/clixon-examples/actions/workflows/test.yml)
[![Build Status](https://github.com/clicon/clixon-examples/actions/workflows/ci.yml/badge.svg)](https://github.com/clicon/clixon-examples/actions/workflows/ci.yml)

# Examples

Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4729,7 +4729,7 @@ then :
printf "%s\n" "#define HAVE_CLIGEN_CLIGEN_H 1" >>confdefs.h

else $as_nop
as_fn_error $? "cligen missing. Try: git clone https://github.com/olofhagsand/cligen.git" "$LINENO" 5
as_fn_error $? "cligen missing. Try: git clone https://github.com/clicon/cligen.git" "$LINENO" 5
fi

done
Expand Down Expand Up @@ -4776,7 +4776,7 @@ then :
LIBS="-lcligen $LIBS"

else $as_nop
as_fn_error $? "CLIgen missing. Try: git clone https://github.com/olofhagsand/cligen.git" "$LINENO" 5
as_fn_error $? "CLIgen missing. Try: git clone https://github.com/clicon/cligen.git" "$LINENO" 5
fi


Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ if test "$enable_native_compile" = "yes"; then
echo "Using CLICON_GROUP here: ${CLICON_GROUP}"
fi

AC_CHECK_HEADERS(cligen/cligen.h,, AC_MSG_ERROR(cligen missing. Try: git clone https://github.com/olofhagsand/cligen.git))
AC_CHECK_HEADERS(cligen/cligen.h,, AC_MSG_ERROR(cligen missing. Try: git clone https://github.com/clicon/cligen.git))

AC_CHECK_LIB(cligen, cligen_init,, AC_MSG_ERROR([CLIgen missing. Try: git clone https://github.com/olofhagsand/cligen.git]))
AC_CHECK_LIB(cligen, cligen_init,, AC_MSG_ERROR([CLIgen missing. Try: git clone https://github.com/clicon/cligen.git]))

AC_CHECK_HEADERS(clixon/clixon.h,, AC_MSG_ERROR(Clixon missing. Try: git clone https://github.com/clicon/clixon.git), [[#include <signal.h>
#include <cligen/cligen.h>]])
Expand Down

0 comments on commit c4fff5c

Please sign in to comment.