[LTP] [RFC PATCH 1/1] autotools: Move simple definitions out of m4/* to configure.ac

Cyril Hrubis chrubis@suse.cz
Tue Feb 4 17:09:58 CET 2020


Hi!
> > IMO, move all simple definitions to configure.ac will make this file mess
> > likce old .gitnore file. I perfer to add function or header or macro but not
> > include struct in configure.ac.
> I think .gitignore files are different because it's content cannot be duplicated
> when they're split, but m4/ repeated some checks.
> + we already started to move configuration into configure.ac before
> (AC_CHECK_HEADERS and AC_CHECK_FUNCS).
> IMHO it's easier to search/work with single file than in many files with very little
> content.

The main reason for having a separate .gitignore files are:

* To avoid patch collisions that would happen too often

* When directory is deleted the .gitignore records are removed as well

* Also the files are much easier to maintain if there are only few
  entries, as we do not have to find stuff


In that sense the configure file is different, collisions are generally
rare and an stuffing things into m4 files is not much cleaner than
having it directly in the configure.ac

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list