From ad2b55d3f2c88c9c13674ba9dda45b80e8c0a713 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 5 Feb 2008 22:43:14 +0000 Subject: [PATCH] Don't put in SUBDIRS dir without Makefile autoconf260.m4 has moved --- Makefile.am | 2 +- bootstrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 57938f3497..3aba9330d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ # - libs/* are needed by modules SUBDIRS = po libs/loader libs/srtp src modules \ projects/mozilla bindings projects/activex share doc -DIST_SUBDIRS = $(SUBDIRS) extras/buildsystem/autotools/m4 extras/package/ipkg +DIST_SUBDIRS = $(SUBDIRS) extras/package/ipkg EXTRA_DIST = \ HACKING \ diff --git a/bootstrap b/bootstrap index 07130be0f6..b1ccf14514 100755 --- a/bootstrap +++ b/bootstrap @@ -63,7 +63,7 @@ case "$(autoreconf --version|head -n 1)" in echo "Enabling provisional autoconf 2.59 work-around. Update autoconf ASAP." echo "Press Enter to continue" read - cp -f extras/m4/autoconf260.m4 m4/ + cp -f extras/buildsystem/autotools/m4/autoconf260.m4 m4/ ;; esac -- 2.39.2