From 8e678653be2f6d416977785b99c56067e1b1161b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 29 Oct 2016 18:02:12 +0200 Subject: [autobuild] put ax_prog_cc_for_build.m4 in top directory - "autoreconf --force --install" should be enough to get autobuild running, manual cp / running ./autogen.sh should not be required - reorganize files laters, e.g. scripts/{cmake,m4} - include ax_prog_cc_for_build.m4 manually in configure.ac as it is not automatically loaded if it is not in m4/ --- autogen.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index aa79714e..7377a64a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,6 +10,5 @@ fi # old autoreconf/aclocal versions fail hard if m4 doesn't exist mkdir -p m4 -cp doc/scripts/ax_prog_cc_for_build.m4 m4/ autoreconf --force --install echo "Now type './configure ...' and 'make' to compile." -- cgit v1.2.1