shithub: libsamplerate

Download patch

ref: 1b021ceccd24b18a37075bba26a46c50f4e452cb
parent: 361a1044c3442b00b92da698bb1cdae6ed8eeb98
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Thu Jan 22 06:21:08 EST 2004

Rename reconf to reconfigure.mk.

--- a/reconf
+++ /dev/null
@@ -1,39 +1,0 @@
-#!/usr/bin/make -f
-
-Makefile.am: configure
-	automake --copy --add-missing
-
-configure: configure.ac src/config.h.in libtool ltmain.sh
-	autoconf
-
-src/config.h.in: configure.ac libtool
-	autoheader
-
-libtool ltmain.sh: aclocal.m4
-	libtoolize --copy --force
-	
-aclocal.m4: acinclude.m4
-	aclocal
-
-acinclude.m4:
-	@echo "acinclude.m4"
-	@if [ -d $(HOME)/Proj/M4 ] ; then \
-		cat $(HOME)/Proj/M4/endian.m4 >>acinclude.m4.new ; \
-		cat $(HOME)/Proj/M4/lrint.m4 >>acinclude.m4.new ; \
-		cat $(HOME)/Proj/M4/lrintf.m4 >>acinclude.m4.new ; \
-		cat $(HOME)/Proj/M4/llrint.m4 >>acinclude.m4.new ; \
-		cat $(HOME)/Proj/M4/clip_mode.m4 >>acinclude.m4.new ; \
-		mv -f acinclude.m4.new acinclude.m4 ; \
-	else \
-		touch acinclude.m4 ; \
-		fi
-
-clean:
-	rm -f libtool ltmain.sh aclocal.m4 Makefile.in src/config.h.in config.cache
-
-
-# Do not edit or modify anything in this comment block.
-# The arch-tag line is a file identity tag for the GNU Arch 
-# revision control system.
-#
-# arch-tag: ae9d264d-92e0-41b4-a45d-721df7248935
--- /dev/null
+++ b/reconfigure.mk
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+Makefile.am: configure
+	automake --copy --add-missing
+
+configure: configure.ac src/config.h.in libtool ltmain.sh
+	autoconf
+
+src/config.h.in: configure.ac libtool
+	autoheader
+
+libtool ltmain.sh: aclocal.m4
+	libtoolize --copy --force
+	
+aclocal.m4:
+	aclocal
+
+clean:
+	rm -f libtool ltmain.sh aclocal.m4 Makefile.in src/config.h.in config.cache
+
+
+# Do not edit or modify anything in this comment block.
+# The arch-tag line is a file identity tag for the GNU Arch 
+# revision control system.
+#
+# arch-tag: ae9d264d-92e0-41b4-a45d-721df7248935