diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 930b424..f0c5de4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,7 +207,7 @@ libfdk_aac_la_SOURCES = \ $(PCMUTILS_SRC) $(FDK_SRC) $(SYS_SRC) EXTRA_DIST = \ - $(top_srcdir)/autogen.sh \ + $(top_srcdir)/bootstrap \ $(top_srcdir)/NOTICE \ $(top_srcdir)/Android.mk \ $(top_srcdir)/fdk-aac.sym \ diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 210ccb8..0000000 --- a/autogen.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -autoreconf -fiv |