Mercurial > hg > octave-nkf > gnulib-hg
comparison gnulib-tool @ 12109:b56c1bd3de46
Conditionally emit AM_PROG_CC_C_O invocation to tests/configure.ac.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 03 Oct 2009 18:13:38 +0200 |
parents | 4d4f9a27cde5 |
children | cbae19b6a9f8 |
comparison
equal
deleted
inserted
replaced
12108:fd6226a4117b | 12109:b56c1bd3de46 |
---|---|
4017 echo "AC_PROG_CC" | 4017 echo "AC_PROG_CC" |
4018 echo "AC_PROG_INSTALL" | 4018 echo "AC_PROG_INSTALL" |
4019 echo "AC_PROG_MAKE_SET" | 4019 echo "AC_PROG_MAKE_SET" |
4020 echo "AC_PROG_RANLIB" | 4020 echo "AC_PROG_RANLIB" |
4021 echo | 4021 echo |
4022 if test -n "$uses_subdirs"; then | |
4023 echo "AM_PROG_CC_C_O" | |
4024 echo | |
4025 fi | |
4022 for module in $modules; do | 4026 for module in $modules; do |
4023 func_verify_module | 4027 func_verify_module |
4024 if test -n "$module"; then | 4028 if test -n "$module"; then |
4025 case $module in | 4029 case $module in |
4026 gnumakefile | maintainer-makefile) | 4030 gnumakefile | maintainer-makefile) |