File: 001-examples_subdir.patch

package info (click to toggle)
mysql%2B%2B 2.0.7-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,548 kB
  • ctags: 2,792
  • sloc: cpp: 35,566; sh: 8,517; xml: 2,769; perl: 752; makefile: 178
file content (14 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mysql++-2.0.6/configure.ac.orig	2005-09-28 09:43:08.684213224 -0400
+++ mysql++-2.0.6/configure.ac	2005-10-03 14:02:59.886386391 -0400
@@ -106,6 +106,10 @@
 #
 # Done with checks!
 #
-AC_OUTPUT([Makefile mysql++.spec lib/mysql++.h lib/Makefile lib/Doxyfile examples/Makefile])
+AC_OUTPUT([Makefile mysql++.spec lib/mysql++.h lib/Makefile lib/Doxyfile])
+if test "x$OPTIONAL_EXAMPLES" != "x"
+then
+	AC_OUTPUT([examples/Makefile])
+fi
 
 ./makemake.sh simple gcc