Skip to content

Commit

Permalink
autotools.eclass: explicitly blank and mark variables as @DEFAULT_UNSET
Browse files Browse the repository at this point in the history
Provides consistency with existing style.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 11, 2021
1 parent 70f9a29 commit 6d4683a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eclass/autotools.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -145,26 +145,30 @@ unset _automake_atom _autoconf_atom
# @DESCRIPTION:
# Additional options to pass to automake during
# eautoreconf call.
: ${AM_OPTS:=}

# @ECLASS-VARIABLE: AT_NOEAUTOHEADER
# @DEFAULT_UNSET
# @DESCRIPTION:
# Don't run eautoheader command if set to 'yes'; only used to work around
# packages that don't want their headers being modified.
: ${AT_NOEAUTOHEADER:=}

# @ECLASS-VARIABLE: AT_NOEAUTOMAKE
# @DEFAULT_UNSET
# @DESCRIPTION:
# Don't run eautomake command if set to 'yes'; only used to workaround
# broken packages. Generally you should, instead, fix the package to
# not call AM_INIT_AUTOMAKE if it doesn't actually use automake.
: ${AT_NOEAUTOMAKE:=}

# @ECLASS-VARIABLE: AT_NOELIBTOOLIZE
# @DEFAULT_UNSET
# @DESCRIPTION:
# Don't run elibtoolize command if set to 'yes',
# useful when elibtoolize needs to be ran with
# particular options
: ${AT_NOELIBTOOLIZE:=}

# @ECLASS-VARIABLE: AT_M4DIR
# @DEFAULT_UNSET
Expand Down

0 comments on commit 6d4683a

Please sign in to comment.