Browse Source

autotools: link README to README.md in autogen.sh to make autotools happy.

master
Reece H. Dunn 12 years ago
parent
commit
ca9f455dd1
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 1
    0
      autogen.sh

+ 1
- 0
.gitignore View File

@@ -12,6 +12,7 @@ AUTHORS
COPYING
INSTALL
NEWS
README

Makefile
Makefile.in

+ 1
- 0
autogen.sh View File

@@ -3,6 +3,7 @@
mkdir -p m4
touch AUTHORS
touch NEWS
ln -sv README.md README

aclocal -I m4 || exit 1


Loading…
Cancel
Save