aboutsummaryrefslogtreecommitdiff
path: root/m4/libprelude.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-231-181/+0
| | | | There is no point in supporting two different build systems.
* m4: make libprelude-config diagnostics less noisyDmitry V. Levin2020-08-071-4/+6
| | | | | | | | | | | | | | | | | | | Before this change, every normal build of Linux-PAM used to contain the following diagnostics: checking for libprelude-config... no checking for libprelude - version >= 0.9.0... no *** The libprelude-config script installed by LIBPRELUDE could not be found *** If LIBPRELUDE was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBPRELUDE_CONFIG environment variable to the *** full path to libprelude-config. Given that libprelude-config is rarely used nowadays, the first two lines of diagnostics should be enough. * m4/libprelude.m4 (AM_PATH_LIBPRELUDE): When libprelude-config is not found, do not print the lengthy diagnostics unless --with-libprelude-prefix was specified.
* autotools: update deprecated macrosChristian Göttsche2020-08-031-8/+11
| | | | | | | | | see https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html - update AC_HELP_STRING to AS_HELP_STRING - update AC_TRY_COMPILE to AC_COMPILE_IFELSE - update AC_TRY_RUN to AC_RUN_IFELSE - update AC_TRY_LINK to AC_LINK_IFELSE
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-3/+3
|
* Fix whitespace issuesDmitry V. Levin2011-10-261-1/+1
| | | | | | Cleanup trailing whitespaces, indentation that uses spaces before tabs, and blank lines at EOF. Make the project free of warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD
* Relevant BUGIDs:Thorsten Kukuk2006-06-271-3/+3
| | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- 2006-06-27 Thorsten Kukuk <kukuk@thkukuk.de> * m4/libprelude.m4: Sync with upstream.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-201-0/+176
Purpose of commit: clenaup Commit summary: --------------- Move libprelude macros from acinclude.m4 to m4/libprelude.m4 for easier update.