Skip to content

Commit

Permalink
Merge pull request #97 from wmi-11/master
Browse files Browse the repository at this point in the history
Fix the error "Makefile.am: error: required file './README' not found".
  • Loading branch information
wmi0 committed Aug 11, 2020
2 parents cf2c9e4 + 76601ca commit 90221ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -8,7 +8,7 @@ AC_PREREQ([2.68])
AC_INIT([AutoFDO], [m4_esyscmd_s([git describe --abbrev=0 --tags])], [autofdo@googlegroups.com])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h glog/src/config.h)
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([subdir-objects foreign])

# Checks for the flag --with-protoc.
AC_ARG_WITH([protoc],
Expand Down

0 comments on commit 90221ef

Please sign in to comment.