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

Collapse All | Expand All

(-)main/configure.ac.orig (-1 lines)
Lines 1-7 Link Here
1
dnl ---- configure.ac for main programs
1
dnl ---- configure.ac for main programs
2
2
3
AC_INIT(configure.ac)
3
AC_INIT(configure.ac)
4
AC_CONFIG_SUBDIRS(libltdl)
5
GB_INIT(main)
4
GB_INIT(main)
6
AC_PROG_LIBTOOL
5
AC_PROG_LIBTOOL
7
AM_PROG_CC_C_O
6
AM_PROG_CC_C_O
(-)main/Makefile.am.orig (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with automake to produce Makefile.in
1
## Process this file with automake to produce Makefile.in
2
2
3
SUBDIRS = libltdl gbx gbc lib share
3
SUBDIRS = gbx gbc lib share
4
EXTRA_DIST = TODO reconf spec README mime
4
EXTRA_DIST = TODO reconf spec README mime
5
5
6
install-exec-local:
6
install-exec-local:

Return to bug 229821