mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00:00
12 lines
361 B
Diff
12 lines
361 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -5,7 +5,7 @@
|
|
AC_INIT([libbs2b], [3.1.0], [boris_mikhaylov@users.sourceforge.net])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects
|
|
- dist-zip dist-bzip2 dist-lzma])
|
|
+ dist-zip dist-bzip2])
|
|
AC_CONFIG_SRCDIR([src/bs2b.h])
|
|
|
|
# Checks for programs.
|