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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- inkscape-0.48.4/configure.ac
0
++ inkscape-0.48.4/configure.ac
Lines 21-32 Link Here
21
  export CC CXX
21
  export CC CXX
22
])
22
])
23
23
24
AM_CONFIG_HEADER(config.h)
24
AC_CONFIG_HEADERS(config.h)
25
25
26
AC_LANG(C++)
26
AC_LANG(C++)
27
AC_ISC_POSIX
27
AC_ISC_POSIX
28
AC_PROG_CXX
28
AC_PROG_CXX
29
AM_PROG_CC_STDC
29
AC_PROG_CC
30
AM_PROG_AS
30
AM_PROG_AS
31
AC_PROG_RANLIB
31
AC_PROG_RANLIB
32
AC_PROG_INTLTOOL(0.22)
32
AC_PROG_INTLTOOL(0.22)

Return to bug 467228