Changeset 8769


Ignore:
Timestamp:
2004-12-09T15:44:14+13:00 (19 years ago)
Author:
jrm21
Message:

don't run autoconf automatically any more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/Makefile.in

    r8224 r8769  
    8787    done
    8888
    89 # For an explanation of the following Makefile rules, see node
    90 # `Automatic Remaking' in GNU Autoconf documentation.
    91 Makefile: Makefile.in config.status
    92     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    93 config.status: configure
    94     ./config.status --recheck
    95 configure: configure.in aclocal.m4
    96     cd $(srcdir) && autoconf
    97 
    98 config.h: stamp-h
    99 stamp-h: config.h.in config.status
    100     CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
    101 config.h.in: stamp-h.in
    102 stamp-h.in: configure.in aclocal.m4 acconfig.h
    103     cd $(srcdir) && autoheader
    104     $(TOUCH) $(srcdir)/stamp-h.in
     89# commented out - jrm21 Dec 2004 - can get confused by cvs timestamps
     90# (and might run the wrong version of autoconf)
     91#
     92## For an explanation of the following Makefile rules, see node
     93## `Automatic Remaking' in GNU Autoconf documentation.
     94#Makefile: Makefile.in config.status
     95#   CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
     96#config.status: configure
     97#   ./config.status --recheck
     98#configure: configure.in aclocal.m4
     99#   cd $(srcdir) && autoconf
     100#
     101#config.h: stamp-h
     102#stamp-h: config.h.in config.status
     103#   CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
     104#config.h.in: stamp-h.in
     105#stamp-h.in: configure.in aclocal.m4 acconfig.h
     106#   cd $(srcdir) && autoheader
     107#   $(TOUCH) $(srcdir)/stamp-h.in
    105108
    106109
Note: See TracChangeset for help on using the changeset viewer.