diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/m4.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild index 9a311a5..7d53cb8 100644 --- a/repo/core/m4.xibuild +++ b/repo/core/m4.xibuild @@ -3,11 +3,11 @@ DEPS=(glibc bash) SOURCE=git://git.sv.gnu.org/m4 +BRANCH=branch-1.4 DESC="the gnu m4 macro processor" build () { - git checkout branch-1.4 ./bootstrap ./configure --prefix=/usr |