Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458152 | Differences between
and this patch

Collapse All | Expand All

(-)odb-2.2.1/configure.ac.orig (+5 lines)
Lines 11-16 Link Here
11
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
11
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
13
13
14
# odb-tests needs to be a sub-directory of odb with Gentoo ebuild
15
if test -d 'odb-tests'; then
16
AC_CONFIG_SUBDIRS([odb-tests])
17
fi
18
14
LT_INIT([disable-static])
19
LT_INIT([disable-static])
15
20
16
AC_CANONICAL_HOST
21
AC_CANONICAL_HOST

Return to bug 458152