Skip to content

Commit

Permalink
move version.m4 to m4 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 24, 2022
1 parent 683c64e commit 3b35a0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap.ci
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ if [ -f Makefile ]; then
make distclean
fi

rm -rf *~ *.cache config.guess config.log config.status config.sub depcomp ltmain.sh version.m4.ci
rm -rf *~ *.cache config.guess config.log config.status config.sub depcomp ltmain.sh m4/version.m4.ci

if [ -n "$SUFFIX" ]
then
echo Set package suffix "$SUFFIX"
sed 's/^define(\[PACKAGE_SUFFIX\],\s*\[\([-~]*[0-9a-zA-Z]*\)\])$/define(\[PACKAGE_SUFFIX\], \['$SUFFIX'\])/g' < version.m4 > version.m4.ci
sed 's/^define(\[PACKAGE_SUFFIX\],\s*\[\([-~]*[0-9a-zA-Z]*\)\])$/define(\[PACKAGE_SUFFIX\], \['$SUFFIX'\])/g' < m4/version.m4 > m4/version.m4.ci
fi

./bootstrap
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([VS_FF_PRODUCT_NAME], [OpenSC smartcard framework])
define([VS_FF_PRODUCT_UPDATES], [https://github.com/OpenSC/OpenSC/releases])
define([VS_FF_PRODUCT_URL], [https://github.com/OpenSC/OpenSC])

m4_sinclude(version.m4.ci)
m4_sinclude(m4/version.m4.ci)

m4_define([openssl_minimum_version], [1.1.1])

Expand Down
File renamed without changes.

0 comments on commit 3b35a0b

Please sign in to comment.