bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib-tool: fix autoreconf invocation


From: Bruno Haible
Subject: gnulib-tool: fix autoreconf invocation
Date: Thu, 25 Aug 2005 14:08:24 +0200
User-agent: KMail/1.5

Currently, a megatestdir will, during the first "./configure; make",
rebuild config.h, requiring autoconf and automake in the PATH. This fixes it.


        * gnulib-tool (func_create_megatestdir): Call autoreconf without the
        option --force, because --force causes the aclocal.m4 of each
        subdirectory to be newer than the corresponding config.h.in.

*** gnulib-tool.bak     2005-08-25 01:37:21.000000000 +0200
--- gnulib-tool 2005-08-25 02:05:40.000000000 +0200
***************
*** 934,941 ****
  
    # Create autogenerated files.
    (cd "$megatestdir"
!    echo "executing ${AUTORECONF} --force --install"
!    ${AUTORECONF} --force --install
    )
  }
  
--- 934,941 ----
  
    # Create autogenerated files.
    (cd "$megatestdir"
!    echo "executing ${AUTORECONF} --install"
!    ${AUTORECONF} --install
    )
  }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]