diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-26 01:57:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-26 03:18:21 +0100 |
commit | 460dfb712078121fff0a25ec7b91bbaf069a14c8 (patch) | |
tree | 396908f17e62ddc5f32348916045d6fc89bfc302 /autogen.sh | |
parent | c891735f10f65e84896172da5d7c0064efa72feb (diff) |
fully move m4 scripts to m4/ since that's apparently what was intended
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ PKG_NAME=udev-extras } (cd $srcdir; + mkdir -p m4/ autoreconf --install --symlink ./configure $@ ) |