Changeset 692


Ignore:
Timestamp:
1999-10-15T17:13:20+13:00 (25 years ago)
Author:
cs025
Message:

Further alterations for autoconfigure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/Makefile.in

    r689 r692  
    156156#-----------------------------------------------------------------
    157157
    158 # For an explanation of the following Makefile rules, see node
    159 # `Automatic Remaking' in GNU Autoconf documentation.
    160 Makefile: Makefile.in config.status
    161     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    162 config.status: configure
    163     ./config.status --recheck
    164 configure: configure.in aclocal.m4
    165     cd $(srcdir) && autoconf
    166 
    167 config.h: stamp-h
    168 stamp-h: config.h.in config.status
    169     CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
    170 config.h.in: stamp-h.in
    171 stamp-h.in: configure.in aclocal.m4 acconfig.h
    172     cd $(srcdir) && autoheader
    173     $(TOUCH) $(srcdir)/stamp-h.in
    174 
    175158# Tell versions [3.59,3.63) of GNU make not to export all variables.
    176159# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.