/[make]/make/configure.in
ViewVC logotype

Diff of /make/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.129 by psmith, Tue Nov 30 20:58:55 2004 UTC revision 1.130 by psmith, Mon Dec 6 15:03:45 2004 UTC
# Line 391  esac Line 391  esac
391  # Specify what files are to be created.  # Specify what files are to be created.
392  AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile)  AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile)
393    
 # We only generate the build.sh if we have a build.sh.in; we won't have  
 # one before we've created a distribution.  
 m4_syscmd([test -f build.sh.in])dnl  
 m4_if(m4_sysval, 0, [AC_CONFIG_FILES(build.sh)])  
   
   
394  # OK, do it!  # OK, do it!
395    
396  AC_OUTPUT  AC_OUTPUT
397    
398    # We only generate the build.sh if we have a build.sh.in; we won't have
399    # one before we've created a distribution.
400    if test -f build.sh.in; then
401      ./config.status --file build.sh
402      chmod +x build.sh
403    fi
404    
405  dnl Local Variables:  dnl Local Variables:
406  dnl comment-start: "dnl "  dnl comment-start: "dnl "

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26