summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-02-22 16:56:35 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-02-22 16:56:35 +0100
commitc7935ffebb9906b1d418869099b067bcffd74c1c (patch)
tree400ca5d5285b3a6b335df9f6af531c8d37430daf
parentfca780ffb85da75da805aac040d0886e954a7804 (diff)
downloaddabmux-c7935ffebb9906b1d418869099b067bcffd74c1c.tar.gz
dabmux-c7935ffebb9906b1d418869099b067bcffd74c1c.tar.bz2
dabmux-c7935ffebb9906b1d418869099b067bcffd74c1c.zip
Require autoconf 2.69
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a46b61..e2383a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ([2.71])
+AC_PREREQ([2.69])
AC_INIT([ODR-DabMux],[3.1.1],[matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])