summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-26 01:57:32 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-26 03:18:21 +0100
commit460dfb712078121fff0a25ec7b91bbaf069a14c8 (patch)
tree396908f17e62ddc5f32348916045d6fc89bfc302 /autogen.sh
parentc891735f10f65e84896172da5d7c0064efa72feb (diff)
fully move m4 scripts to m4/ since that's apparently what was intended
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 4287fdb..f25fe64 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,6 +14,7 @@ PKG_NAME=udev-extras
}
(cd $srcdir;
+ mkdir -p m4/
autoreconf --install --symlink
./configure $@
)