* 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
This commit is contained in:
Jeffrey A Law 1998-09-30 08:17:56 +00:00 committed by Jeff Law
parent e9c1562590
commit 789eb4f550
16 changed files with 10 additions and 3 deletions

View File

@ -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>

View File

@ -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

2
libobjc/configure vendored
View File

@ -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

View File

@ -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