blob: c9d3214dd091a5843c7b145ac6a78247d26ad90f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- configure.ac.old 2014-07-22 14:19:33.797413503 +0200
+++ configure.ac 2014-07-22 14:19:55.293201011 +0200
@@ -108,7 +108,6 @@
fi
AC_SUBST(GL_LIBS)
-AC_PYTHON_DEVEL
# Finally create all the generated files
# The configure script takes "file.in" and substitutes variables to produce
@@ -118,5 +117,4 @@
Makefile
src/Makefile
include/Makefile
-examples/Makefile
])
--- Makefile.am.old 2014-07-22 14:19:40.729344917 +0200
+++ Makefile.am 2014-07-22 14:20:06.353091713 +0200
@@ -1,4 +1,4 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = src include examples
+SUBDIRS = src include
|