shithub: aacdec

Download patch

ref: fbd505b3433c8ce0e4694413e079caaae9c5b99d
parent: e2d3ad8e2ba155aa097735c4b0376f361521fbc2
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Wed Sep 6 07:57:52 EDT 2017

fixed compile error and autotools packing

--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@
 
 aclocal -I .                   && \
 autoheader                     && \
-$LIBTOOLIZE --automake --copy   && \
-automake --add-missing --copy  && \
+$LIBTOOLIZE --automake && \
+automake --add-missing && \
 autoconf                       && \
 echo "Ready to run ./configure"
--- a/frontend/getopt.c
+++ b/frontend/getopt.c
@@ -172,7 +172,6 @@
 #if __STDC__ || defined(PROTO)
 extern char *getenv(const char *name);
 extern int  strcmp (const char *s1, const char *s2);
-extern int  strncmp(const char *s1, const char *s2, unsigned int n);
 
 static int my_strlen(const char *s);
 static char *my_index (const char *str, int chr);