File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ cpipes_SOURCES = src/cpipes.c \
9
9
src/render.c src/render.h \
10
10
src/util.c src/util.h
11
11
cpipes_CFLAGS = $(WARN_CFLAGS )
12
- cpipes_LDFLAGS = $(WARN_CFLAGS )
12
+ cpipes_LDFLAGS = $(WARN_LDFLAGS )
13
13
cpipes_LDADD = $(CURSES_LIBS )
14
14
cpipes_CPPFLAGS = $(CURSES_CFLAGS )
15
15
16
16
test_locale_SOURCES = t/locale.c \
17
17
src/pipe.c src/pipe.h \
18
18
src/util.c src/util.h
19
19
test_locale_CFLAGS = -I$(srcdir ) /src $(WARN_CFLAGS )
20
- test_locale_LDFLAGS = $(WARN_CFLAGS )
20
+ test_locale_LDFLAGS = $(WARN_LDFLAGS )
21
21
test_locale_LDADD = $(CURSES_LIBS )
22
22
test_locale_CPPFLAGS = $(CURSES_CFLAGS )
23
23
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
AC_PREREQ ( [ 2.64] )
4
4
5
- # Package version from `git describe --always `
5
+ # Package version from `git describe`
6
6
AC_INIT ( [ pipes.c] ,
7
- m4_esyscmd_s ( [ git describe --always | sed 's/^v//' ] ) ,
7
+ m4_esyscmd_s ( [ git describe --always --tags --dirty | sed 's/^v//' ] ) ,
8
8
[ stefans.mezulis@gmail.com] )
9
9
AC_CONFIG_HEADERS ( [ config.h] )
10
10
AC_CONFIG_SRCDIR ( [ src/cpipes.c] )
You can’t perform that action at this time.
0 commit comments