summaryrefslogtreecommitdiff
path: root/dmake/autogen.sh
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-16 11:10:35 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-16 11:10:35 +0000
commit84a9ee1f5f9ddeeda8017798ffafb64a3da60dda (patch)
treedfd4dc8f3a4fe7429355ff2463130568b1bcba66 /dmake/autogen.sh
parent8287389836ec4651490914217609f78746d401de (diff)
fix: for non writable aclocal.m4 and missing README
Diffstat (limited to 'dmake/autogen.sh')
-rwxr-xr-xdmake/autogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/autogen.sh b/dmake/autogen.sh
index eadc74e83577..edc4b9f00bd6 100755
--- a/dmake/autogen.sh
+++ b/dmake/autogen.sh
@@ -77,12 +77,13 @@ echo "Munging po/Makefile.in.in"
sed s%@PACKAGE@%@GETTEXT_PACKAGE@% < po/Makefile.in.in > po/Makefile.in.in.new
mv po/Makefile.in.in.new po/Makefile.in.in
+chmod 666 aclocal.m4
aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-automake -a $am_opt
+automake --foreign $am_opt
autoconf
cd $ORIGDIR