From 98394c294ee450540edb2ae32b62bfab674e5f3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Mon, 7 Jun 1999 20:48:26 +0000 Subject: [PATCH] now accepts automake 1.3, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b8e540ad6e..6540a67638 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -AUTOMAKE_OPTIONS = 1.4 +AUTOMAKE_OPTIONS = 1.3 # no-dependencies SUBDIRS = include src samples misc # utils user docs -- 2.50.0