Skip to content

Commit

Permalink
(conan-io#15306) autoconf: add package_type attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored and StellaSmith committed Feb 2, 2023
1 parent dda5095 commit b310683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/autoconf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class AutoconfConan(ConanFile):
name = "autoconf"
package_type = "application"
description = (
"Autoconf is an extensible package of M4 macros that produce shell "
"scripts to automatically configure software source code packages"
Expand Down

0 comments on commit b310683

Please sign in to comment.