summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ignore configure.linenoMike Frysinger2015-09-211-0/+1
| | | | Newer autoconf sometimes generates this file.
* build: ship a pkgconfig file for libaclMike Frysinger2014-01-181-0/+1
|
* build: make use of an aux-dir to stow away helper scriptsMike Frysinger2014-01-181-13/+2
|
* modernize build systemMike Frysinger2014-01-131-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This deletes the hand rolled build system and replaces it entirely with autotools. The overall diffstat shows that this is a clear win, and it makes the package build/install like every other autotool package out there which makes the lives of distro maintainers a lot easier. This should also be faster by virtue of using a non-recursive build. Things to note: - to generate autotools: ./autogen.sh - to see full compile output: make V=1 - to build specific targets: make attr getfattr ... - to run tests: make check - to create a release: make distcheck -j Other non-developer things: - man pages are no longer compressed as this is uncommon in the autotools world and distros don't need it anyways (they already handle it automatically for most pakages) - the minor # of the shared library is now based on the package version so it'll be much bigger ... this isn't a problem, and is actually a bugfix (older releases didn't change when they should have) (Again, this is all using the standard autotool targets.)
* punt debian/rpm packaging logicMike Frysinger2014-01-131-5/+0
| | | | | | | These files haven't been updated in years. The respective upstreams do their own thing now. Punt this code to make future cleanups easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* .gitignore: ignore *~ and config.h.in.Fabrice Bauzac2013-08-271-0/+2
|
* Add more generated files to .gitignore, and sort the fileAndreas Gruenbacher2009-03-101-16/+22
|
* Automake and libtool fixesAndreas Gruenbacher2009-02-271-0/+5
| | | | | | | | Remove aclocal.m4 from the repository and generate it when needed. Add the AC_PROG_LIBTOOL autoconf macro and use libtoolize according to the libtool info pages. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* Add .gitignore fileAndreas Gruenbacher2009-02-231-0/+28