Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonKercher committed Jun 30, 2023
1 parent d9370d6 commit 8449f57
Show file tree
Hide file tree
Showing 25 changed files with 1,077 additions and 809 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing README.md build-aux/ar-lib \
build-aux/compile build-aux/config.guess build-aux/config.sub \
build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
build-aux/missing
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -246,6 +245,7 @@ EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FILECMD = @FILECMD@
GREP = @GREP@
HAVE_LIBCSV = @HAVE_LIBCSV@
INSTALL = @INSTALL@
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| |_ / _` | | |
| _|ile| (_| |uery| |anguage
|_| \__, | |_|
|_|
|_|
```
This is an [ANTLR](https://www.antlr.org/) powered text processing language for Linux.
Similar in spirit to awk which uses a C-like syntax, fql uses SQL (T-SQL specifically).
Expand Down Expand Up @@ -155,10 +155,10 @@ These headers are installed at `${PREFIX}/include/antlr4-runtime` where `$PREFIX
the antlr4-runtime. So we need to set ANTLR4_CPATH (`ANTLR4_CPATH=${PREFIX}/include`) Rather than searching
for it manually, you can use the find_antlr_cpath.sh script to find it for you:
```sh
ANTLR4_CPATH=$(./find_antlr_cpath.sh) ./configure
./configure
ANTLR4_CPATH=$(./find_antlr_cpath.sh) make
# Or if you know what it is...
ANTLR4_CPATH=/usr/lib ./configure
make
ANTLR4_CPATH=/usr/lib make
make check # optional
make install
```
Expand Down
2 changes: 1 addition & 1 deletion build-aux/ar-lib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
me=ar-lib
scriptversion=2019-07-04.01; # UTC

# Copyright (C) 2010-2020 Free Software Foundation, Inc.
# Copyright (C) 2010-2021 Free Software Foundation, Inc.
# Written by Peter Rosin <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion build-aux/compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

scriptversion=2018-03-07.03; # UTC

# Copyright (C) 1999-2020 Free Software Foundation, Inc.
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit 8449f57

Please sign in to comment.