diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-30 08:17:56 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-30 02:17:56 -0600 |
commit | 789eb4f550993dd5bad8e2189b829777768e411f (patch) | |
tree | 9dcd80344643bed2eff03681a3b16225db3411fd /libobjc | |
parent | e9c15625907781de6e38d6f91315c2a413a4c518 (diff) | |
download | gcc-789eb4f550993dd5bad8e2189b829777768e411f.zip gcc-789eb4f550993dd5bad8e2189b829777768e411f.tar.gz gcc-789eb4f550993dd5bad8e2189b829777768e411f.tar.bz2 |
* All .h files pushed down into the objc/ subdirectory.
* Makefile.in (copy_headers): Corresponding changes.
* configure.in (AC_INIT): Corresponding changes.
* configure: Rebuilt.
From-SVN: r22664
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 7 | ||||
-rw-r--r-- | libobjc/Makefile.in | 2 | ||||
-rwxr-xr-x | libobjc/configure | 2 | ||||
-rw-r--r-- | libobjc/configure.in | 2 | ||||
-rw-r--r-- | libobjc/objc/NXConstStr.h (renamed from libobjc/NXConstStr.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/Object.h (renamed from libobjc/Object.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/Protocol.h (renamed from libobjc/Protocol.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/encoding.h (renamed from libobjc/encoding.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/hash.h (renamed from libobjc/hash.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/objc-api.h (renamed from libobjc/objc-api.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/objc-list.h (renamed from libobjc/objc-list.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/objc.h (renamed from libobjc/objc.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/runtime.h (renamed from libobjc/runtime.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/sarray.h (renamed from libobjc/sarray.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/thr.h (renamed from libobjc/thr.h) | 0 | ||||
-rw-r--r-- | libobjc/objc/typedstream.h (renamed from libobjc/typedstream.h) | 0 |
16 files changed, 10 insertions, 3 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 9d461a4..8e0735d 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com) + + * All .h files pushed down into the objc/ subdirectory. + * Makefile.in (copy_headers): Corresponding changes. + * configure.in (AC_INIT): Corresponding changes. + * configure: Rebuilt. + 1998-09-30 Ben Elliston <bje@cygnus.com> Jeff Law <law@cygnus.com> diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 201b86c..d8c7d14 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -261,7 +261,7 @@ copy-headers: -rm -rf $(incinstalldir)/objc -mkdir $(incinstalldir)/objc for file in $(OBJC_H); do \ - realfile=$(srcdir)/$${file}; \ + realfile=$(srcdir)/objc/$${file}; \ cp $${realfile} $(incinstalldir)/objc; \ chmod a+r $(incinstalldir)/objc/$${file}; \ done diff --git a/libobjc/configure b/libobjc/configure index 1465d0e..9379887 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -454,7 +454,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=objc.h +ac_unique_file=objc/objc.h # Find the source files, if location was not specified. if test -z "$srcdir"; then diff --git a/libobjc/configure.in b/libobjc/configure.in index 45e49d2..8a5c58f 100644 --- a/libobjc/configure.in +++ b/libobjc/configure.in @@ -19,7 +19,7 @@ #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #02111-1307, USA. -AC_INIT(objc.h) +AC_INIT(objc/objc.h) #AC_CONFIG_HEADER(config.h) if test "${srcdir}" = "." ; then diff --git a/libobjc/NXConstStr.h b/libobjc/objc/NXConstStr.h index c979954..c979954 100644 --- a/libobjc/NXConstStr.h +++ b/libobjc/objc/NXConstStr.h diff --git a/libobjc/Object.h b/libobjc/objc/Object.h index a762acc..a762acc 100644 --- a/libobjc/Object.h +++ b/libobjc/objc/Object.h diff --git a/libobjc/Protocol.h b/libobjc/objc/Protocol.h index c7464cf..c7464cf 100644 --- a/libobjc/Protocol.h +++ b/libobjc/objc/Protocol.h diff --git a/libobjc/encoding.h b/libobjc/objc/encoding.h index cbbc8de..cbbc8de 100644 --- a/libobjc/encoding.h +++ b/libobjc/objc/encoding.h diff --git a/libobjc/hash.h b/libobjc/objc/hash.h index bddb791c8..bddb791c8 100644 --- a/libobjc/hash.h +++ b/libobjc/objc/hash.h diff --git a/libobjc/objc-api.h b/libobjc/objc/objc-api.h index fe34daf..fe34daf 100644 --- a/libobjc/objc-api.h +++ b/libobjc/objc/objc-api.h diff --git a/libobjc/objc-list.h b/libobjc/objc/objc-list.h index 1976090..1976090 100644 --- a/libobjc/objc-list.h +++ b/libobjc/objc/objc-list.h diff --git a/libobjc/objc.h b/libobjc/objc/objc.h index 79b2519..79b2519 100644 --- a/libobjc/objc.h +++ b/libobjc/objc/objc.h diff --git a/libobjc/runtime.h b/libobjc/objc/runtime.h index b0eae4a..b0eae4a 100644 --- a/libobjc/runtime.h +++ b/libobjc/objc/runtime.h diff --git a/libobjc/sarray.h b/libobjc/objc/sarray.h index 74fa386..74fa386 100644 --- a/libobjc/sarray.h +++ b/libobjc/objc/sarray.h diff --git a/libobjc/thr.h b/libobjc/objc/thr.h index f904733..f904733 100644 --- a/libobjc/thr.h +++ b/libobjc/objc/thr.h diff --git a/libobjc/typedstream.h b/libobjc/objc/typedstream.h index eb4642f..eb4642f 100644 --- a/libobjc/typedstream.h +++ b/libobjc/objc/typedstream.h |