diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-24 02:55:33 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-24 02:55:33 +0100 |
commit | b2eb83fa95b209fb01de2996a1382c944fc265fe (patch) | |
tree | 07ac245c6d5a4ac4feae9ed306268d53c2e2658d | |
parent | 4cd3d8a2c7982ba11d05d2500b1bfca44f440d1e (diff) |
Create a dummy m4 directory to make autoreconf --install --force work
Even when removing AC_CONFIG_MACRO_DIR aclocal insisted that it
needs to have a m4 directory. Make it happy by providing one. As git
is not tracking directories I needed to add a dummy file.
-rw-r--r-- | m4/DUMMY | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/DUMMY b/m4/DUMMY new file mode 100644 index 00000000..fda557ad --- /dev/null +++ b/m4/DUMMY @@ -0,0 +1 @@ +Dummply placeholder. |