Project

General

Profile

Actions

Bug #9019

closed

Makefile.am: error: required file './README' not found

Added by jianpeng ma over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

commit(a923e2c9eb16823fa484c) Renamed README to README.md to render in markdown. After that, i can't generate Makefile.in.

./autogen.sh
+ set -e
+ test -f src/ceph.in
+ which libtoolize
+ [ /usr/bin/libtoolize ]
+ LIBTOOLIZE=libtoolize
+ test -d .git
+ git submodule update --init
+ rm -f config.cache
+ aclocal -I m4 --install
+ check_for_pkg_config
+ which pkg-config
+ return
+ libtoolize --force --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
+ aclocal -I m4 --install
+ autoconf
+ autoheader
+ automake -a --add-missing -Wall
Makefile.am: error: required file './README' not found
src/test/Makefile.am:248: warning: patsubst %,$(srcdir: non-POSIX variable name
src/test/Makefile.am:248: (probably a GNU make extension)
src/Makefile.am:35: 'src/test/Makefile.am' included from here
Actions #1

Updated by Sage Weil over 9 years ago

  • Status changed from New to Resolved

fixed it up with a symlink.. other solutions seemed more annoying :(

Actions

Also available in: Atom PDF