Remove autoconf.patch, this is not needed with waf
authorAndrew Bartlett <abartlet@samba.org>
Tue, 30 Apr 2013 00:16:55 +0000 (10:16 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 5 May 2013 23:13:37 +0000 (11:13 +1200)
debian/patches/autoconf.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch
deleted file mode 100644 (file)
index 631b330..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-Goal: move changes to autogenerated files into their own patch now that we've
-      lost the script that was calling autogen.sh for us; this also helps
-      make debian/rules clean just a little bit cleaner.
-
-Fixes: no specific bug
-
-Status wrt upstream: Debian specific
-
-Note: This patch will normally have to be updated by hand after every
-      new upstream release and after updates of any other patches that
-      touch configure.in -- the first because configure scripts don't
-      hold patches well between updates, the second so that our changes
-      are recognized in the version of the script actually used in the
-      build process.
-
-      The process for refreshing this patch is:
-
- export QUILT_PATCHES=debian/patches
- quilt push autoconf.patch # to get everything applied up to this point
- quilt push -f autoconf.patch # to override the errors when applying
- (cd source3 && autoconf -Im4 -I../m4 -I../lib/replace -I../source4)
-   # the -I lib/replace is needed because upstream seems to have done
-   # something screwy with where their m4 include files are distributed in the
-   # source tree; so this option may not be necessary in the future
- quilt refresh
- find . -name '*.rej' | xargs rm
-
-Index: samba/source3/configure
-===================================================================
---- samba.orig/source3/configure
-+++ samba/source3/configure
-@@ -3147,6 +3147,27 @@
-+echo "LIBREPLACE_LOCATION_CHECKS: START"
-+
-+libreplacedir=""
-+libreplacepaths="$srcdir $srcdir/lib/replace $srcdir/libreplace $srcdir/../libreplace $srcdir/../replace $srcdir/../lib/replace $srcdir/../../../lib/replace"
-+for d in $libreplacepaths; do
-+      if test -f "$d/replace.c"; then
-+              libreplacedir="$d"
-+
-+              break;
-+      fi
-+done
-+if test x"$libreplacedir" = "x"; then
-+      as_fn_error "cannot find libreplace in $libreplacepaths" "$LINENO" 5
-+fi
-+LIBREPLACEOBJ="$libreplacedir/replace.o"
-+
-+
-+
-+
-+
-+
- echo "LIBREPLACE_LOCATION_CHECKS: END"
-@@ -5772,7 +5793,6 @@
--
-  cat >>confdefs.h <<\EOF
- #ifndef _XOPEN_SOURCE_EXTENDED
- #define _XOPEN_SOURCE_EXTENDED 1
-@@ -6019,7 +6039,6 @@
-               # this brings in socklen_t
--
-  cat >>confdefs.h <<\EOF
- #ifndef _XOPEN_SOURCE
- #define _XOPEN_SOURCE 600
-@@ -6028,7 +6047,6 @@
--
-  cat >>confdefs.h <<\EOF
- #ifndef _OSF_SOURCE
- #define _OSF_SOURCE 1
index 466cb40b02f7fe698a1a2b16ab27c20358668a0a..207b9c89e78a8ea2d838e8961748a1585bc51651 100644 (file)
@@ -1,4 +1,3 @@
-autoconf.patch
 bug_221618_precise-64bit-prototype.patch
 bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch
 bug_598313_upstream_7499-nss_wins-dont-clobber-daemons-logs.patch