* Makefile.in (copy_headers): Corresponding changes.
* configure.in (AC_INIT): Corresponding changes.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22664
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
-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
# 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
#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