blob: 3eb35530665bf1df7ee2a13792def49732c57ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $
--- bootstrap.orig Fri Jan 25 21:26:33 2002
+++ bootstrap
@@ -5,4 +5,7 @@ autoheader
libtoolize --automake
automake --add-missing
autoconf
+
+(cd common/mp4v2; aclocal -I .; autoheader; libtoolize --automake; automake --add-missing; autoconf)
+
echo "Ready to run ./configure"
|