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

Collapse All | Expand All

(-)mpqc-2.3.1.orig/configure.in (-3 / +3 lines)
Lines 10-15 Link Here
10
AC_CONFIG_HEADER(src/lib/scconfig.h)
10
AC_CONFIG_HEADER(src/lib/scconfig.h)
11
AC_CONFIG_AUX_DIR(bin)
11
AC_CONFIG_AUX_DIR(bin)
12
12
13
m4_include([lib/autoconf/cca.m4])
14
m4_include([lib/autoconf/acinclude.m4])
13
AC_CANONICAL_SYSTEM
15
AC_CANONICAL_SYSTEM
14
16
15
AC_DEFINE_UNQUOTED(HOST_ARCH, "$host")
17
AC_DEFINE_UNQUOTED(HOST_ARCH, "$host")
Lines 473-484 Link Here
473
echo Using FORTRAN runtime libraries: $withval
473
echo Using FORTRAN runtime libraries: $withval
474
)
474
)
475
475
476
LDFLAGS=
477
LIBDIRS=
478
AC_ARG_WITH(libdirs,
476
AC_ARG_WITH(libdirs,
479
[  --with-libdirs          Specifies library directories (-Ldir1 -Ldir2).],
477
[  --with-libdirs          Specifies library directories (-Ldir1 -Ldir2).],
480
LIBDIRS=$withval
478
LIBDIRS=$withval
481
LDFLAGS=$withval
479
LDFLAGS="$LDFLAGS $withval"
482
echo Using extra library directories: $withval
480
echo Using extra library directories: $withval
483
)
481
)
484
482

Return to bug 248345