summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16version 4040Kay Sievers1-1/+1
2013-11-27version 3939Kay Sievers1-1/+1
2013-09-23version 3838Tom Gundersen1-1/+1
2013-09-09version 3737Harald Hoyer1-1/+1
2013-09-09configure.ac: break 2 on lds directory searchHarald Hoyer1-1/+1
To get out of the for loops, to search for the lds directories, break 2
2013-08-29configure.ac: search for efi-ldsdir in multiple placesHarald Hoyer1-1/+8
2013-08-22version 3636Kay Sievers1-1/+1
2013-08-22build-sys: move EFI_LIB_DIR, EFI_INC_DIR, EFI_LDS_DIR to AC_ARG_WITH()Kay Sievers1-12/+24
2013-08-22qemu: skip AC_CHECK_FILE when cross-compilingKay Sievers1-6/+9
2013-08-21configure.ac: Use AC_CHECK_HEADER to detect the efi includesDarren Hart1-5/+6
While cross-compiling, AC_CHECK_FILE will abort the configure. The gnu-efi sources don't use relative paths and require the user to explicitly include -I/usr/include/efi/${ARCH}. I haven't found a way to do this with AC_CHECK_HEADER. However, since the existing test was not testing for usability (conftest.c compilation), we don't lose much by just not looking for efi.h and assume it exists if we can find and use efibind.h. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-21configure.ac: Allow for more than just i686 for ia32Darren Hart1-2/+2
Expand the ARCH_I686 to include i*86* (specifically to catch i586). Rename ARCH_I686 to ARCH_IA32 as that is more accurately what we are testing for. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-08version 3535Kay Sievers1-1/+1
2013-07-30version 3434Kay Sievers1-1/+1
2013-06-16version 3333Kay Sievers1-1/+1
2013-06-07version 3232Kay Sievers1-1/+1
2013-05-17version 3131Kay Sievers1-1/+1
2013-04-10version 3030Kay Sievers1-1/+1
2013-03-23version 2929Kay Sievers1-1/+1
2013-03-16Revert "build-sys: check for docbook xsl-stylesheets"Kay Sievers1-8/+1
Distributions seem to differ greatly where they put the needed docbook stuff. Go back just using only xsltproc as the automatic indicator to build man pages. Setups with xsltproc but without the needed docbook stuff will need to disable the man page creation manually. This reverts commit 2423a1e43e6913bf219634576b2bfe55d5289fab.
2013-03-16version 2828Kay Sievers1-1/+1
2013-03-16version 227Kay Sievers1-1/+1
2013-03-11build-sys: check for docbook xsl-stylesheetsKarel Zak1-1/+8
Reported-by: C Hanish Menon <hanishkvc@gmail.com>
2013-03-09build-sys make man pages optionalKay Sievers1-4/+15
2013-03-09build-sys: only use $prefixKay Sievers1-2/+0
2013-03-08version 2626Kay Sievers1-1/+1
2013-03-08version 2525Kay Sievers1-2/+2
2013-03-01replace a few tabs with spacesKay Sievers1-8/+7
2013-03-01build-sys: add tests to build systemKarel Zak1-0/+8
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-01build-sys: add automake stuff for src/efiKarel Zak1-0/+1
- implemented by on automake independent build rules - uses automake _DATA for make install Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-01build-sys: initialize efi specific stuffKarel Zak1-1/+26
- probe for gnu-efi headers - probe for gnu-efi libs and gnu-efi linker scripts - sets $CC for .efi compilation Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-01build-sys: add stuff for $ARCHKarel Zak1-0/+20
- add m4/arch.m4 to setup ARCH_<NAME> automake conditionals - use "if ARCH_<NAME>" in build system rather than make ifeq Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-01build-sys: check for libblkidKarel Zak1-0/+15
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-01build-sys: add very basic configure.am and Makefile.amKarel Zak1-0/+55
Note that this commit removes the old Makefile. Signed-off-by: Karel Zak <kzak@redhat.com>