Commit ad2b55d3 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't put in SUBDIRS dir without Makefile

autoconf260.m4 has moved
parent 745feeb9
......@@ -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 \
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment