]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/Makefile.in
Index: m32r/ChangeLog
[thirdparty/binutils-gdb.git] / sim / Makefile.in
index 9a044f060432ff0b6970e7c5d28492db2bb78a93..7e6dbde92063e1caecefaff5db90c6ea067578fc 100644 (file)
@@ -85,6 +85,8 @@ RUNTESTFLAGS=
 FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
+       "bindir=$(bindir)" \
+       "mandir=$(mandir)" \
        "against=$(against)" \
        "AR=$(AR)" \
        "AR_FLAGS=$(AR_FLAGS)" \
@@ -211,14 +213,14 @@ config.status: configure
 autoconf-common autoheader-common:
        for d in * ; \
        do \
-           if [ -d $$d -a -f $$d/configure.in ] ; \
+           if [ -d $$d -a -f $$d/configure.ac ] ; \
            then \
                 echo "Running autoconf in $$d ..." ; \
-                (cd $$d && autoconf) ; \
+                (cd $$d && autoconf --force) ; \
                 if [ $@ = autoheader-common ] ; \
                 then \
                   echo "Running autoheader in $$d ..." ; \
-                  (cd $$d && autoheader) ; \
+                  (cd $$d && autoheader --force) ; \
                 fi ; \
            fi ; \
        done
@@ -235,7 +237,7 @@ autoconf-changelog autoheader-changelog:
        echo "$$date $$name $$id@$$host" ; \
        for d in * ; \
        do \
-           if [ -d $$d -a -f $$d/configure.in ] ; \
+           if [ -d $$d -a -f $$d/configure.ac ] ; \
            then \
                 echo "Creating new-$(ChangeLog) in $$d ..." ; \
                 ( echo "$$date  $$name  <$$id@$$host>" ; \
@@ -254,7 +256,7 @@ autoconf-changelog autoheader-changelog:
 autoconf-install autoheader-install:
        for d in * ; \
        do \
-           if [ -d $$d -a -f $$d/configure.in ] ; \
+           if [ -d $$d -a -f $$d/configure.ac ] ; \
            then \
                 echo "Moving $$d/new-$(ChangeLog) to $$d/$(ChangeLog) ..." ; \
                 mv $$d/new-$(ChangeLog) $$d/$(ChangeLog) ; \