diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-07-18 08:15:27 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2008-07-18 08:15:27 +0000 |
commit | 785fad0ad840db2ec95b035f4216e5ff443b2241 (patch) | |
tree | eac764c9f401c3839e3baefd9b522cc888310b89 /boehm-gc/configure | |
parent | c55cffb5558986ddf4fcd2dfbd4c73a2eaad5b6e (diff) | |
download | gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.zip gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.tar.gz gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.tar.bz2 |
configure.ac (AC_CONFIG_FILES): Add threads.mk.
boehm-gc/
2008-07-18 Matthias Klose <doko@ubuntu.com>
* configure.ac (AC_CONFIG_FILES): Add threads.mk.
* threads.mk.in: New.
* Makefile.in, configure: Regenerate.
libobjc/
2008-07-18 Matthias Klose <doko@ubuntu.com>
* Makefile.in: Include ../boehm-gc/threads.mk.
(OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
From-SVN: r137939
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index 97cb191..5308c77 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -16103,7 +16103,7 @@ fi ac_config_headers="$ac_config_headers include/gc_config.h include/gc_ext_config.h" - ac_config_files="$ac_config_files Makefile include/Makefile" + ac_config_files="$ac_config_files Makefile include/Makefile threads.mk" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -17035,6 +17035,7 @@ do # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; + "threads.mk" ) CONFIG_FILES="$CONFIG_FILES threads.mk" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |