Skip to content

Commit

Permalink
Add AVRDUDE_FULL_VERSION to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Oct 30, 2023
1 parent 2736663 commit 685d9bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,9 @@ AC_CONFIG_FILES([
Makefile
])

# Pass into avrdude.conf.in
AVRDUDE_FULL_VERSION='$(VERSION)'
# Pass version number into avrdude.conf
AVRDUDE_FULL_VERSION=$PACKAGE_VERSION
AC_SUBST(AVRDUDE_FULL_VERSION, $AVRDUDE_FULL_VERSION)

# The procedure to create avrdude.conf involves two steps. First,
# normal autoconf substitution will be applied, resulting in
Expand Down

0 comments on commit 685d9bc

Please sign in to comment.