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

(-)configure.ac (+10 lines)
Line 0 Link Here
1
AC_INIT(configure.ac)
2
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(libGLee, 5.4)
5
6
AC_LANG_C
7
AC_PROG_CC
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile)
(-)Makefile.am (+4 lines)
Line 0 Link Here
1
lib_LTLIBRARIES = libGLee.la
2
libGLee_la_SOURCES = GLee.c
3
includeGLdir = $(includedir)/GL
4
includeGL_HEADERS = GLee.h

Return to bug 102792