summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: autogen.sh reports versions of autotools nowKarel Zak2007-09-021-2/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add ${AC,AP,AM,AH}_OPTS to autogen.shKarel Zak2007-07-251-5/+5
| | | | | | | | | With this patch, you can define autotool options when you need to generate build-system. For example: $ AM_OPTS="--copy" ./autogen.sh Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove libtoolKarel Zak2007-07-111-8/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix the final message of autogen.shStepan Kasal2007-05-081-1/+1
| | | | | | The message shall not recommend calling ./configure when srcdir != "." . Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: call automake after autoconfStepan Kasal2007-05-081-1/+1
| | | | | | | | "automake" calls "autoconf" internally, to trace the expansion of configure.ac. So it is more natural to call "autoconf" before "automake". Signed-off-by: Stepan Kasal <skasal@redhat.com>
* check exit status of autotoolsMike Frysinger2007-04-111-0/+1
| | | | | Make sure each autotool run in autogen.sh worked and if not, abort. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: add library for LD_PRELOAD to manipulate with time() in testsKarel Zak2007-03-141-1/+8
| | | | | | | | The cal command generates output that depends on time(). For reliable regression tests we need to use still same time. It seems that LD_PRELOAD is pretty simple way. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove generated autotools stuff from gitKarel Zak2007-01-031-0/+69
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>