]> git.pld-linux.org Git - packages/apache1-mod_log_sql.git/blob - mod_log_sql-subdirs.patch
- update config dir macro
[packages/apache1-mod_log_sql.git] / mod_log_sql-subdirs.patch
1 remove targets for docs and contrib subdirs
2 so the Makefiles can be removed early in %prep stage
3
4 --- mod_log_sql-1.99/configure.ac~      2004-07-21 07:06:15.000000000 +0300
5 +++ mod_log_sql-1.99/configure.ac       2005-02-10 02:43:17.000000000 +0200
6 @@ -66,10 +66,7 @@
7  
8  dnl Write config.status and the Makefile
9  
10 -AC_OUTPUT(Makefile
11 -docs/Makefile
12 -contrib/Makefile)
13 -
14 +AC_OUTPUT(Makefile)
15  
16  AC_MSG_RESULT([------------------------------------])
17  AC_MSG_RESULT([Apache version  : $AP_VERSION])
18 --- mod_log_sql-1.99/Makefile.in~       2004-07-28 21:08:33.000000000 +0300
19 +++ mod_log_sql-1.99/Makefile.in        2005-02-10 02:45:30.000000000 +0200
20 @@ -1,7 +1,7 @@
21  # @configure_input@
22  
23  # Modify these top variables.
24 -SUBDIRS = docs contrib
25 +SUBDIRS = 
26  
27  HEADERS = mod_log_sql.h \
28                 functions.h \
This page took 0.0557260000000001 seconds and 3 git commands to generate.