Skip to content

Commit

Permalink
revert AC_INIT() call to specify "ddcutil" instead of "libddcutil4"
Browse files Browse the repository at this point in the history
if needed, conversion to libddcutil4 tar file occurs when building package
  • Loading branch information
rockowitz committed Oct 22, 2023
1 parent 7045754 commit 351c607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dnl process command line args, perform initializations
dnl sets among several output vars including PACKAGE_NAME, PACKAGE_VERSION,
dnl PACKAGE_TARNAME (name of output package)
dnl causes VERSION to be set in config.h
dnl AC_INIT([ddcutil],[ddcutil_version],[[email protected]])
AC_INIT([libddcutil4],[ddcutil_version],[[email protected]])
AC_INIT([ddcutil],[ddcutil_version],[[email protected]])
dnl AC_INIT([libddcutil4],[ddcutil_version],[[email protected]])

dnl define preprocessor symbols
dnl was AC_DEFINE_UNQUOTED, but don't need extra handling?
Expand Down

0 comments on commit 351c607

Please sign in to comment.