]> git.pld-linux.org Git - packages/vorbis-tools.git/commitdiff
- updated for vorbis tools 1.0
authorwrobell <wrobell@pld-linux.org>
Sat, 20 Jul 2002 15:38:35 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vorbis-tools-ac_fixes.patch -> 1.2

vorbis-tools-ac_fixes.patch

index b0a8466f5093eca54b7e6dd9542a24f3c662f504..a558cef894102d2ef9d7b42df3bdb661dc535e3a 100644 (file)
@@ -1,5 +1,6 @@
---- vorbis-tools-1.0rc3/configure.in~  Tue Jan  8 23:52:38 2002
-+++ vorbis-tools-1.0rc3/configure.in   Tue Jan  8 23:52:38 2002
+diff -Nur vorbis-tools-1.0.orig/configure.in vorbis-tools-1.0/configure.in
+--- vorbis-tools-1.0.orig/configure.in Thu Jul 11 16:10:34 2002
++++ vorbis-tools-1.0/configure.in      Sat Jul 20 17:54:52 2002
 @@ -11,11 +11,7 @@
  dnl Check for programs
  dnl --------------------------------------------------  
@@ -12,7 +13,7 @@
  
  AM_PROG_LIBTOOL
  
-@@ -26,55 +22,6 @@
+@@ -28,55 +24,6 @@
  
  AC_CANONICAL_HOST
  
 -LDFLAGS="$LDFLAGS $ldflags_save"
 -
  dnl --------------------------------------------------
- dnl Check for libraries
+ dnl Allow tools to be selectively built
  dnl --------------------------------------------------
-@@ -124,4 +71,15 @@
- AC_SUBST(CURL_CFLAGS)
- AC_SUBST(CURL_LIBS)
+@@ -167,4 +114,19 @@
+ AC_SUBST(I18N_CFLAGS)
+ AC_SUBST(I18N_LIBS)
  
--AC_OUTPUT(Makefile include/Makefile share/Makefile win32/Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
+-AC_OUTPUT(Makefile intl/Makefile po/Makefile.in include/Makefile share/Makefile win32/Makefile oggdec/Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
 +AC_OUTPUT([
-+      Makefile
-+      include/Makefile
-+      share/Makefile
-+      oggenc/Makefile
-+      oggenc/man/Makefile
-+      ogg123/Makefile
-+      vorbiscomment/Makefile
-+      vcut/Makefile
-+      ogginfo/Makefile
-+      debian/Makefile
++           Makefile
++           intl/Makefile
++           po/Makefile.in
++           include/Makefile
++           share/Makefile
++           win32/Makefile
++           oggdec/Makefile
++           oggenc/Makefile
++           oggenc/man/Makefile
++           ogg123/Makefile
++           vorbiscomment/Makefile
++           vcut/Makefile
++           ogginfo/Makefile
++           debian/Makefile
 +])
This page took 0.035238 seconds and 4 git commands to generate.