aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: fix Free Software Foundation addressLukas Czerner2018-04-191-1/+1
| | | | | | | | | This is mostly automatic replace of Free Software Foundation address in all our files with the correct address that can be found at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-2/+2
| | | | | | Signed-off-by: Sebastian Rasmussen <sebras@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca>
* aclocal.m4: update to newer versions of autoconf macrosTheodore Ts'o2014-07-041-920/+2601
| | | | Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* move e2fsprogs-specific macros from aclocal.m4 to acinclude.m4Ross Burton2014-07-041-130/+2
| | | | | | | | | | | Autoconf says that aclocal.m4 is a machine-generated copy of system-wide macros, whereas acinclude.m4 is for project-specific macros. Reflect this division and ease building by anyone who needs to re-generate the autotooling by splitting AX_TLS and CHECK_GNU_MAKE to acinclude.m4. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* Enhance build system so that "make V=1" works like the Linux KernelTheodore Ts'o2009-07-021-0/+81
| | | | | | | | If gmake is available, the developer can use "make V=1" instead of using a configure-time switch, --enable-verbose-makecmds, to see all of the commands executed by the Makefile. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Use pkg-config to determine where to find the devmapper libraryTheodore Ts'o2008-01-031-0/+45
| | | | | | | | | | | | | Fedora and Red Hat puts the devmapper library in different locations compared to Debian, so we use pkg-config. Unfortunately Debian's devmapper.pc file is buggy (See Debian Bug #390243), so we have to work around it. Historically, e2fsprogs has tried not to depend on pkg-config, since its answers are so often **wrong** (the Debian bug has been ignored for over a year), so I'm hoping I'm not going to regret this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o2007-12-161-0/+49
| | | | | | | | | | | | | Also store the clock sequence information in a state file in /var/lib/misc/uuid-clock so that if the time goes backwards the clock sequence counter can get bumped. This allows us to completely correctly generate time-based (version 1) UUID's according to the algorithm specified RFC 4122. Addresses-Sourceforge-Bug: #1529672 Addresses-Red-Hat-Bugzilla: #233471 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Update to use gettext 0.14.1 and autoconf 2.50+Theodore Ts'o2004-11-301-259/+961
|
* Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o2003-05-031-301/+1818
| | | | | Fixed up support for using the internal intl library.
* ChangeLog, configure, configure.in, aclocal.m4:Theodore Ts'o2000-02-081-0/+383
configure.in, aclocal.m4: Add support for GNU gettext internationalization support.