aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/autogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 4b6a862fd7..e77b3db202 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -89,6 +89,8 @@ do
if grep "sed.*POTFILES" configure.in >/dev/null; then
: do nothing -- we still have an old unmodified configure.in
else
+ echo "Creating $d4/aclocal.m4 ..."
+ test -e $dr/aclocal.m4 || touch $dr/aclocal.m4
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
'search'/>
path: root/devel/thrift
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.9.3mat2015-10-213-4/+5
* Do not claim that builds are broken on PowerPC when they're in fact not.danfe2015-09-041-7/+5
* Convert to USES=autoreconfbapt2015-06-211-5/+1
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* - Switch to USES=libtoolamdmi32014-08-271-2/+2
* Only use libevent2bapt2014-07-24