summaryrefslogtreecommitdiffstats
path: root/getopt/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: rename to _execdirKarel Zak2009-07-041-1/+1
| | | | | | | | | | | | The variable name "usrlibexecdir" is very confusing (because we have /usr/libexec). The "exec" prefix is required for user-defined directories, see http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install This patch renames all usr*execdir variables to usr*_execdir. Signed-off-by: Karel Zak <kzak@redhat.com>
* getopt: remove unnecessary ifdefsKarel Zak2008-11-261-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use dist_man_MANS instead of man_MANSStepan Kasal2007-12-171-1/+1
| | | | Signed-off-by: Stepan Kasal <skasal@redhat.com>
* getopt: install example scripts as SCRIPTS, not DATAPeter Breitenlohner2007-11-261-1/+1
| | | | | | | The example scripts should be installed with execute permissions, as for util-linux-2.12r and earlier, i.e., as SCRIPTS and not as DATA Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* build-sys: make the getopt example directory relative to datadirStepan Kasal2007-05-161-1/+1
| | | | Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: move -D flags to *_CPPFLAGSStepan Kasal2007-05-161-1/+1
| | | | | | | Preprocessor options belong to *_CPPFLAGS; add $(AM_CPPFLAGS) as we want to amend it, not override. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: use dist_example_DATAStepan Kasal2007-05-161-2/+2
| | | | | | "dist_" prefix is more elegant than EXTRA_DIST. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: add missing filesKarel Zak2007-01-041-0/+3
| | | | | | | This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-071-2/+2
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-0/+11