mbox series

[psplash,0/2] Fixing autoconf options handling

Message ID 20250512160500.244466-1-florent.allard@savoirfairelinux.com
Headers show
Series Fixing autoconf options handling | expand

Message

Florent Allard May 12, 2025, 4:04 p.m. UTC
This branch makes the handling of autoconf options more standard, by
using standard variable names, as well as using default variable values,
which makes the options compatible when either --enable-feature or
--disable-feature is passed as a command line option.

This is the standard way to work with autoconf as proposed by the
documentation: https://autotools.info/autoconf/arguments.html

Florent Allard (2):
  configure.ac: standardize default-enabled options
  configure.ac: fix autoconf code for img_fullscreen

 configure.ac | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)