shithub: aacenc

Download patch

ref: b7c6697fbee79f370cd5d6c7d379d3385cbc4b91
parent: 8b6936294846c08a320e4dc9a95d2810068e1a33
author: menno <menno>
date: Wed Jun 27 11:23:03 EDT 2001

Unix compile fix

--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,10 @@
-#!/bin/sh
+#! /bin/sh
 
-aclocal
+aclocal -I .
+autoheader
 libtoolize --automake
 automake --add-missing
 autoconf
-
+./configure
+make -j2
+echo Install with 'make install'