| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
There is no point in supporting two different build systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose of commit: cleanup
Commit summary:
---------------
2006-06-27 Thorsten Kukuk <kukuk@thkukuk.de>
* m4/libprelude.m4: Sync with upstream.
|
|
Purpose of commit: clenaup
Commit summary:
---------------
Move libprelude macros from acinclude.m4 to m4/libprelude.m4 for
easier update.
|