Skip to content

Commit

Permalink
Sync version file and configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jan 13, 2023
1 parent a955785 commit d166be3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ endif
lsof_CPPFLAGS = -I$(DIALECT_PATH) -I$(top_srcdir)/autotools
lsof_CPPFLAGS += -DAUTOTOOLS

lsof.man: Lsof.8
soelim < $^ > $@
lsof.man: Lsof.8 version 00DIALECTS
soelim < $< > $@
man8_MANS = lsof.man
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ AC_SUBST(sysinfo, $(uname -a))
# Generate version.h/autotools.h
AC_CONFIG_FILES([autotools/version.h autotools/autotools.h])

# Generate version
AC_CONFIG_FILES([version])

# Generate config.h
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.ds VN 4.96.5
.ds VN 4.96.6
1 change: 1 addition & 0 deletions version.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ds VN @PACKAGE_VERSION@

0 comments on commit d166be3

Please sign in to comment.