* Makefile.in (autoconf-common autoheader-common): Only run
authorHans-Peter Nilsson <hp@axis.com>
Thu, 21 Dec 2006 04:46:52 +0000 (04:46 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 21 Dec 2006 04:46:52 +0000 (04:46 +0000)
autoheader on subdirs with a file config.in.

sim/ChangeLog
sim/Makefile.in

index 72824aa056705a67664cf945d901505fe6dd4469..caefc89c90ddc6a7d4b7d61bfe2d4d315df672fa 100644 (file)
@@ -1,5 +1,8 @@
 2006-12-20  Hans-Peter Nilsson  <hp@axis.com>
 
+       * Makefile.in (autoconf-common autoheader-common): Only run
+       autoheader on subdirs with a file config.in.
+
        * configure.ac (common): Make the default "yes" for all targets
        with sim subdirs.
        * configure: Regenerate.
index 6497f5d9cc189ae054d8f5181bb649a460dee5dc..7551f95c7c38315802fc2ccb01577238d36655aa 100644 (file)
@@ -216,7 +216,7 @@ autoconf-common autoheader-common:
            then \
                 echo "Running autoconf in $$d ..." ; \
                 (cd $$d && autoconf --force) ; \
-                if [ $@ = autoheader-common ] ; \
+                if [ $@ = autoheader-common ] && [ -f $$d/config.in ] ; \
                 then \
                   echo "Running autoheader in $$d ..." ; \
                   (cd $$d && autoheader --force) ; \
This page took 0.025308 seconds and 4 git commands to generate.