Commit 789eb4f5 by Jeffrey A Law Committed by Jeff Law

* 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
parent e9c15625
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> 1998-09-30 Ben Elliston <bje@cygnus.com>
Jeff Law <law@cygnus.com> Jeff Law <law@cygnus.com>
......
...@@ -261,7 +261,7 @@ copy-headers: ...@@ -261,7 +261,7 @@ copy-headers:
-rm -rf $(incinstalldir)/objc -rm -rf $(incinstalldir)/objc
-mkdir $(incinstalldir)/objc -mkdir $(incinstalldir)/objc
for file in $(OBJC_H); do \ for file in $(OBJC_H); do \
realfile=$(srcdir)/$${file}; \ realfile=$(srcdir)/objc/$${file}; \
cp $${realfile} $(incinstalldir)/objc; \ cp $${realfile} $(incinstalldir)/objc; \
chmod a+r $(incinstalldir)/objc/$${file}; \ chmod a+r $(incinstalldir)/objc/$${file}; \
done done
......
...@@ -454,7 +454,7 @@ echo > confdefs.h ...@@ -454,7 +454,7 @@ echo > confdefs.h
# A filename unique to this package, relative to the directory that # 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. # 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. # Find the source files, if location was not specified.
if test -z "$srcdir"; then if test -z "$srcdir"; then
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA. #02111-1307, USA.
AC_INIT(objc.h) AC_INIT(objc/objc.h)
#AC_CONFIG_HEADER(config.h) #AC_CONFIG_HEADER(config.h)
if test "${srcdir}" = "." ; then if test "${srcdir}" = "." ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment