File: libsndfile-srcdir.patch

package info (click to toggle)
audacity 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 86,844 kB
  • sloc: ansic: 225,005; cpp: 221,240; sh: 27,327; python: 16,896; makefile: 8,186; lisp: 8,002; perl: 317; xml: 307; sed: 16
file content (81 lines) | stat: -rw-r--r-- 3,077 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Index: lib-src/libsndfile/Makefile.am
===================================================================
--- lib-src/libsndfile/Makefile.am	(revision 13510)
+++ lib-src/libsndfile/Makefile.am	(working copy)
@@ -8,7 +8,7 @@
 octave_dir = Octave
 endif
 
-SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
+SUBDIRS = M4 man doc Win32 src #$(octave_dir) examples regtest tests programs
 DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
 
 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
Index: lib-src/libsndfile/Makefile.in
===================================================================
--- lib-src/libsndfile/Makefile.in	(revision 13510)
+++ lib-src/libsndfile/Makefile.in	(working copy)
@@ -412,7 +412,7 @@
 ACLOCAL_AMFLAGS = -I M4
 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
 @BUILD_OCTAVE_MOD_TRUE@octave_dir = Octave
-SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
+SUBDIRS = M4 man doc Win32 src #$(octave_dir) examples regtest tests programs
 DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
 CLEANFILES = *~
Index: lib-src/libsndfile/configure
===================================================================
--- lib-src/libsndfile/configure	(revision 13510)
+++ lib-src/libsndfile/configure	(working copy)
@@ -18986,11 +18986,10 @@
 $as_echo "$as_me: WARNING: ******************************************************************" >&2;}
 	fi
 
-if test x"$ac_cv_prog_HAVE_AUTOGEN" = "xno" ; then
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Touching files in directory tests/." >&5
-$as_echo "$as_me: WARNING: Touching files in directory tests/." >&2;}
-	touch tests/*.c tests/*.h
-	fi
+#if test x"$ac_cv_prog_HAVE_AUTOGEN" = "xno" ; then
+#	AC_MSG_WARN([[Touching files in directory tests/.]])
+#	touch tests/*.c tests/*.h
+#	fi
 
 #====================================================================================
 # Settings for the HTML documentation.
@@ -22427,5 +22426,5 @@
 	echo
 	fi
 
-(cd src && make genfiles)
-(cd tests && make genfiles)
+#(cd src && make genfiles)
+#(cd tests && make genfiles)
Index: lib-src/libsndfile/configure.ac
===================================================================
--- lib-src/libsndfile/configure.ac	(revision 13510)
+++ lib-src/libsndfile/configure.ac	(working copy)
@@ -457,10 +457,10 @@
 	AC_MSG_WARN([[******************************************************************]])
 	fi
 
-if test x"$ac_cv_prog_HAVE_AUTOGEN" = "xno" ; then
-	AC_MSG_WARN([[Touching files in directory tests/.]])
-	touch tests/*.c tests/*.h
-	fi
+#if test x"$ac_cv_prog_HAVE_AUTOGEN" = "xno" ; then
+#	AC_MSG_WARN([[Touching files in directory tests/.]])
+#	touch tests/*.c tests/*.h
+#	fi
 
 #====================================================================================
 # Settings for the HTML documentation.
@@ -691,5 +691,5 @@
 	echo
 	fi
 
-(cd src && make genfiles)
-(cd tests && make genfiles)
+#(cd src && make genfiles)
+#(cd tests && make genfiles)