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

Collapse All | Expand All

(-)AUTHORS (+1 lines)
Line 0 Link Here
1
(-)ChangeLog (+1 lines)
Line 0 Link Here
1
(-)configure.in (+10 lines)
Line 0 Link Here
1
AC_INIT(configure.in)
2
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(libGLee, 0.1)
5
6
AC_LANG_C
7
AC_PROG_CC
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile)
(-)Makefile.am (+5 lines)
Line 0 Link Here
1
INCLUDE = $(all_includes)
2
METASOURCES = AUTO
3
lib_LTLIBRARIES = libGLee.la
4
libGLee_la_SOURCES = GLee.c
5
noinst_HEADERS = GLee.h
(-)NEWS (+1 lines)
Line 0 Link Here
1

Return to bug 102792