summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Replace --with-timedir and --with-lecture_dir with --with-rundirTodd C. Miller2014-02-011-2/+4
* Update copyright yearsTodd C. Miller2014-01-151-1/+1
* Add cppcheck target to run cppcheck on all source files.Todd C. Miller2014-01-131-12/+23
* Add warning_gettext() wrapper function that changes to the user locale,Todd C. Miller2013-11-181-1/+1
* Rename configure.in -> configure.acTodd C. Miller2013-11-131-1/+1
* Fix c-format for fatal/fatalxTodd C. Miller2013-04-291-1/+1
* Change some error/errorx -> fatal/fatalx in comments and xgettextTodd C. Miller2013-04-261-1/+1
* Check for any uncommitted changes in dist target and add force-distTodd C. Miller2013-04-181-4/+7
* The first (all) target must be by itself or some makes will chooseTodd C. Miller2013-04-021-1/+7
* Clean up generated test files and other minor housekeeping.Todd C. Miller2013-02-281-2/+4
* Add m4/ to paths m4_include parameters so we don't need to useTodd C. Miller2013-02-231-3/+0
* Rename sample_group plugin to group_file.Todd C. Miller2013-02-181-15/+8
* Fill in the comment block at the top of the .pot files and preserveTodd C. Miller2013-01-111-1/+3
* Call gettext() in sudoerserror() in the user's locale and pass the untranslat...Todd C. Miller2012-11-251-1/+2
* Add the values of badpass_message, passprompt and mailsub toTodd C. Miller2012-11-091-3/+10
* Solaris gettext() looks in lang.UTF-8, not just lang for UTF-8 locales.Todd C. Miller2012-11-081-0/+6
* Add missing signame dependencyTodd C. Miller2012-08-291-2/+2
* Happy EasterTodd C. Miller2012-08-181-1/+12
* Install shared objects with mode 0644 except on HP-UX which needsTodd C. Miller2012-06-111-0/+2
* Make installed file modes consistent with the file modes in theTodd C. Miller2012-06-111-1/+1
* update dependsTodd C. Miller2012-05-081-0/+2
* Add group plugin that does lookups by name using the system groupTodd C. Miller2012-05-081-1/+1
* Sort xgettext output by file name.Todd C. Miller2012-04-161-1/+1
* Ignore Project-Id-Version when comparing pot files.Todd C. Miller2012-03-281-1/+1
* Ignore comments when comparing new and old pot files.Todd C. Miller2012-03-151-1/+1
* Use -m not -M for install-sh for everything except setuid.Todd C. Miller2012-02-091-1/+1
* Remove all sudo/sudoers .mo files on uninstallTodd C. Miller2011-11-161-8/+5
* Do compile-po as part of sync-po so that the .mo files get rebuildTodd C. Miller2011-10-251-1/+3
* install target should depend on ChangeLog too, not just install-docTodd C. Miller2011-09-161-1/+1
* Fix logic inversion in pot file up to date check.Todd C. Miller2011-08-171-2/+2
* Add check for out of date message catalogs when doing "make dist".Todd C. Miller2011-08-051-27/+55
* No longer need to specify LINGUAS in configure, "make install-nls"Todd C. Miller2011-06-181-31/+33
* Remove locale files in "make uninstall"Todd C. Miller2011-06-061-1/+17
* Move xgettext invocation out of update-po target into update-potTodd C. Miller2011-06-061-2/+7
* Move nls targets to the top level Makefile so the paths inTodd C. Miller2011-06-041-2/+76
* Add 'sync-po' target to top-level Makefile to rsync the po filesTodd C. Miller2011-05-271-0/+4
* Include .mo files in sudo binary packags.Todd C. Miller2011-05-271-0/+2
* Add dependency for siglist.lo in compat. This is a generated file soTodd C. Miller2011-05-261-1/+4
* mkdep.pl only works when run from the src dirTodd C. Miller2011-05-251-8/+15
* Auto-generate Makefile dependencies with a perl script.Todd C. Miller2011-05-251-0/+10
* Add scaffolding to update .po files and install .mo files.Todd C. Miller2011-05-191-2/+2
* When using a sub-shell to invoke the sub-make, exec make instead ofTodd C. Miller2011-04-061-6/+22
* If make in a subdir fails, fail the target in the upper level Makefile too.Todd C. Miller2011-04-061-8/+5
* If there is an existing sudoers file, only install if it passes aTodd C. Miller2011-03-291-2/+5
* Move check into its own rule since some versions of make will runTodd C. Miller2011-03-101-1/+4
* add localstatedir; closes bug 471Todd C. Miller2011-02-191-0/+1
* Update copyright year to 2011Todd C. Miller2011-01-201-1/+1
* Add regression tests for iolog_path()Todd C. Miller2011-01-061-4/+1
* Add support for "make Makefile" to regenerate Makefile from Makefile.inTodd C. Miller2011-01-061-0/+3
* Use "mv -f" when regenerating ChangeLogTodd C. Miller2011-01-041-1/+1