diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-12-02 07:51:44 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-12-02 07:51:57 -0500 |
commit | 7ed51c20a23862509502760a68f332d4f5bc7e03 (patch) | |
tree | ce1267740480f249a625b98f836926095c906674 | |
parent | 794f2bba0f338d467bbf9c55b5aba415ecd5e138 (diff) | |
download | fsf-binutils-gdb-7ed51c20a23862509502760a68f332d4f5bc7e03.zip fsf-binutils-gdb-7ed51c20a23862509502760a68f332d4f5bc7e03.tar.gz fsf-binutils-gdb-7ed51c20a23862509502760a68f332d4f5bc7e03.tar.bz2 |
libctf: re-generate configure
When configuring libctf, I get:
config.status: error: cannot find input file: `doc/Makefile.in'
This is because configure is out-of-date, re-generate it.
Change-Id: Ie69acd33012211a4620661582c7d24ad6d2cd169
-rwxr-xr-x | libctf/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libctf/configure b/libctf/configure index 50f5cc5..c56ac21 100755 --- a/libctf/configure +++ b/libctf/configure @@ -13685,7 +13685,7 @@ fi -ac_config_files="$ac_config_files Makefile doc/Makefile" +ac_config_files="$ac_config_files Makefile" ac_config_headers="$ac_config_headers config.h" @@ -14702,7 +14702,6 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |