summaryrefslogtreecommitdiffstats
path: root/config/include-Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: libtoolize by libtool-2Karel Zak2009-02-131-0/+9
| | | | | | | | | | We need an infrastructure for stared libraries. The latest libtool-2 seems useful and it's definitely better than the old 1.5 crap. You need to install libtool-2 when you want to run ./autogen.sh script after checkout from git repository. Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add low level probing APIKarel Zak2009-02-111-0/+1
| | | | | | (sorry from the huge patch..) 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>
* build-sys: remove -fomit-frame-pointerKarel Zak2007-05-161-1/+1
| | | | | | | The -fomit-frame-pointer option makes debugging impossible on some machines. It is automatically enabled by -O<n> optimizations. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: --prefix defaults to /usrStepan Kasal2007-05-161-5/+3Star
| | | | | | | Use prefix=/usr as the default setting. If prefix is /usr, make bindir and sbindir default to /bin and /sbin, respectively. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: use dist_noinst_DATA to work around the bug with dist_man_MANSStepan Kasal2007-05-161-0/+6
| | | | | | | Automake mishandles dist_man_MANS. Using dist_noinst_DATA to work around this is more elegant than using dist-hook. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: do not play with DEFS, use AM_CPPFLAGSStepan Kasal2007-05-161-4/+2Star
| | | | | | If a -D flag is needed, it belongs to AM_CPPFLAGS. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: move the optimization flags to AM_CFLAGSStepan Kasal2007-05-161-0/+1
| | | | | | | | | The optimization flags are not preprocessor flags. Moreover, CPPFLAGS and CFLAGS shall be overridable at make time, the configure script shall not touch them. Setting AM_CFLAGS in config/include-Makefile.am seems to be TRW. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: remove DEFAULT_INCLUDES workaroundKarel Zak2007-01-041-2/+0Star
| | | | | | | | | | The automake stuff uses "-I.". as a default gcc option for includes. This is a problem for source code where is local includes with a same name like system includes (e.g. mntent.h, paths.h). Possible workaround is overwrite the automake DEFAULT_INCLUDES variable. But this solution produces warnings. The best way (this patch) is probably rename the files and remove DEFAULT_INCLUDES. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre6 tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-0/+12