summaryrefslogtreecommitdiff
path: root/getopt
AgeCommit message (Collapse)AuthorFilesLines
2009-08-23Merge commit 'origin/master'LaMont Jones1-158/+181
Conflicts: getopt/getopt.1
2009-08-17getopt.1: formattingPeter Breitenlohner1-159/+181
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
2009-07-21Merge commit 'origin/master'LaMont Jones1-1/+1
Conflicts: AUTHORS NEWS config/include-Makefile.am configure.ac mount/lomount.c po/POTFILES.in po/ca.po po/cs.po po/da.po po/de.po po/es.po po/et.po po/eu.po po/fi.po po/fr.po po/hu.po po/id.po po/it.po po/ja.po po/nl.po po/pl.po po/pt_BR.po po/ru.po po/sl.po po/sv.po po/tr.po po/uk.po po/util-linux-ng.pot po/vi.po po/zh_CN.po
2009-07-04build-sys: rename to _execdirKarel Zak1-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>
2009-03-20Merge commit 'origin/master'LaMont Jones1-6/+3
Conflicts: NEWS config/include-Makefile.am configure.ac mount/Makefile.am mount/mount.c po/ca.po po/cs.po po/da.po po/de.po po/es.po po/et.po po/eu.po po/fi.po po/fr.po po/hu.po po/id.po po/it.po po/ja.po po/nl.po po/pl.po po/pt_BR.po po/ru.po po/sl.po po/sv.po po/tr.po po/uk.po po/util-linux-ng.pot po/vi.po po/zh_CN.po
2009-02-24getopt: remove useless if-before-free testsKarel Zak1-6/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-12-15Merge commit 'origin/master'LaMont Jones2-11/+0
Conflicts: mount/mount.8
2008-11-26getopt: remove unnecessary ifdefsKarel Zak2-11/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-15Merge commit 'origin/master'LaMont Jones1-0/+1
Conflicts: mount/lomount.c mount/lomount.h mount/mount.c
2008-04-14build-sys: ignore a bunch of generated files, mostly binariesJames Youngman1-0/+1
Signed-off-by: James Youngman <jay@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
2007-12-17Merge commit 'origin/master'LaMont Jones1-1/+1
2007-12-17build-sys: use dist_man_MANS instead of man_MANSStepan Kasal1-1/+1
Signed-off-by: Stepan Kasal <skasal@redhat.com>
2007-11-28getopt: fix path to examples in getopt.1Karel Zak1-3/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-11-26Merge commit 'origin/master'LaMont Jones1-1/+1
2007-11-26getopt: install example scripts as SCRIPTS, not DATAPeter Breitenlohner1-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>
2007-08-27cleanup diff.gzLaMont Jones1-16/+0
2007-07-28merge upstreamLaMont Jones1-3/+3
2007-07-24manpage typosLaMont Jones1-8/+8
Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
2007-07-17manpage typosLaMont Jones1-8/+8
2007-07-11cleanup Makefile.in crap the rest of the wayLaMont Jones1-593/+0
2007-07-09getopt example location (#352221)LaMont Jones1-5/+2
2007-07-08add rmd160.cLaMont Jones1-0/+593
2007-07-08man page tweaks, cleanup my_dev_t.h ancient stuffLaMont Jones1-2/+3
2007-07-03man pages: add "AVAILABILITY" sectionKarel Zak1-1/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-14getopt: remove old unused filesKarel Zak4-1376/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-16build-sys: make the getopt example directory relative to datadirStepan Kasal1-1/+1
Signed-off-by: Stepan Kasal <skasal@redhat.com>
2007-05-16build-sys: move -D flags to *_CPPFLAGSStepan Kasal1-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>
2007-05-16build-sys: use dist_example_DATAStepan Kasal1-2/+2
"dist_" prefix is more elegant than EXTRA_DIST. Signed-off-by: Stepan Kasal <skasal@redhat.com>
2007-01-04build-sys: add missing filesKarel Zak1-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>
2007-01-03build-sys: remove generated autotools stuff from gitKarel Zak1-584/+0
The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
2006-12-07Imported from util-linux-2.13-pre6 tarball.Karel Zak5-8/+15
2006-12-07Imported from util-linux-2.13-pre4 tarball.Karel Zak1-0/+2
2006-12-07Imported from util-linux-2.13-pre3 tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.13-pre2 tarball.Karel Zak2-101/+40
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak4-55/+655
2006-12-07Imported from util-linux-2.12k tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.12 tarball.Karel Zak15-0/+2945
2006-12-07Imported from util-linux-2.9i tarball.Karel Zak14-2875/+0
2006-12-07Imported from util-linux-2.8 tarball.Karel Zak14-0/+2875