xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit 9410a8d693a8061d59b0dc6d3a16bf2535b0c9b5

Removing defines from configure.ac
Author: Martin Dvorak
Author date (UTC): 2017-04-11 16:11
Committer name: Martin Dvorak
Committer date (UTC): 2017-04-11 16:11
Parent(s): 36f678bd88d61b057cf14079b10b3a2246bae58d
Signing key:
Tree: 9802b5f79a0b7b0a0167b1a837f2c4625329d16f
File Lines added Lines deleted
configure.ac 3 2
File configure.ac changed (mode: 100644) (index c92ca27..d20ee51)
... ... AC_PROG_CC
32 32 # Determine OS for NCURSES check # Determine OS for NCURSES check
33 33 AC_CANONICAL_HOST AC_CANONICAL_HOST
34 34 # Platform specific ncurses check: if NCURSES not found, then look for ncurses # Platform specific ncurses check: if NCURSES not found, then look for ncurses
35 AC_MSG_NOTICE([IMPORTANT: Make sure you have pkg-tools installed - it's needed to run this script])
35 36 PKG_CHECK_MODULES([NCURSES], [ncursesw], PKG_CHECK_MODULES([NCURSES], [ncursesw],
36 [AC_DEFINE([HAVE_NCURSESW],[1],[Use NCURSESW])],
37 [AC_MSG_NOTICE([Module ncursesw found])],
37 38 [PKG_CHECK_MODULES([NCURSES], [ncurses], [PKG_CHECK_MODULES([NCURSES], [ncurses],
38 [AC_DEFINE([HAVE_NCURSES],[1],[Use NCURSES])],
39 [AC_MSG_NOTICE([Module ncurses found])],
39 40 [AS_CASE([$host_os], [AS_CASE([$host_os],
40 41 [darwin*], [darwin*],
41 42 [ [
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master