diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:00:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:00:50 +0200 |
commit | 5ba2b0dfd38898e9e548ba92942b884976713a85 (patch) | |
tree | 1b4abec40e51ddeda3b479a1bd7ac7ad042396f3 /cfg.mk | |
parent | f5a395b256b9629af60c4720ce273655730b9712 (diff) | |
download | gnutls-5ba2b0dfd38898e9e548ba92942b884976713a85.tar.gz |
Ugly hack for autobuilder.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ autoreconf: done mv lib/build-aux/config.rpath lib/build-aux/config.rpath- test -f ./configure || autoreconf --install - cp lib/gl/m4/size_max.m4 lib/m4/ + test `hostname` == "gaggia" && cp lib/gl/m4/size_max.m4 lib/m4/ mv lib/build-aux/config.rpath- lib/build-aux/config.rpath update-po: refresh-po |