configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and .d files.
authorBryce McKinlay <mckinlay@redhat.com>
Wed, 8 Sep 2004 19:57:13 +0000 (19:57 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 8 Sep 2004 19:57:13 +0000 (20:57 +0100)
2004-09-08  Bryce McKinlay  <mckinlay@redhat.com>

* configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and
.d files.
* configure: Rebuilt.

From-SVN: r87202

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index ece60aa4e9130278301fd3201595eadd99e75e2b..aba7b24f27152080d644ba870a63d1a83f7c92b4 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-08  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and
+       .d files.
+       * configure: Rebuilt.
+
 2004-09-04  Mohan Embar  <gnustuff@thisiscool.com>
 
        * java/net/natNetworkInterfaceWin32.cc (getRealNetworkInterfaces):
index 8210639eb2327bbaed73721be60742c1784ad92b..85a0f45c486c15ec4113ebe397197a8a4c481448 100755 (executable)
@@ -17468,25 +17468,6 @@ case " $CONFIG_FILES " in
    ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
    ;;
 esac
-
-# Make subdirectories and `.d' files.  Look in both srcdir and
-# builddir for the .java files.
-h=`${PWDCMD-pwd}`
-: > deps.mk
-( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) ;
-  find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) | \
-   fgrep -v testsuite | \
-   sed -e 's/\.java/.d/'\;'s/\.cc/.d/'\;'s/\.c/.d/' | \
-   while read f; do
-      echo "include $f" >> deps.mk
-      test -f $f || {
-        d=`echo $f | sed -e 's,/[^/]*$,,'`
-        if test ! -d $d; then
-          $libgcj_basedir/../mkinstalldirs $d
-        fi;
-        echo > $f
-      }
-   done
  ;;
   esac
 done
index 624d5bbfbc1dc0ae1a325f67d17cf4ef7c8c8ddd..56843cbe2536a62bd81c8b502ca7ec376d19cdb7 100644 (file)
@@ -1382,25 +1382,6 @@ case " $CONFIG_FILES " in
    ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
    ;;
 esac
-
-# Make subdirectories and `.d' files.  Look in both srcdir and
-# builddir for the .java files.
-h=`${PWDCMD-pwd}`
-: > deps.mk
-( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) ;
-  find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) | \
-   fgrep -v testsuite | \
-   sed -e 's/\.java/.d/'\;'s/\.cc/.d/'\;'s/\.c/.d/' | \
-   while read f; do
-      echo "include $f" >> deps.mk
-      test -f $f || {
-        d=`echo $f | sed -e 's,/[[^/]]*$,,'`
-        if test ! -d $d; then
-          $libgcj_basedir/../mkinstalldirs $d
-        fi;
-        echo > $f
-      }
-   done
 ],
 srcdir=${srcdir}
 host=${host}