diff options
author | nop <nop> | 1997-03-03 04:40:46 +0000 |
---|---|---|
committer | nop <nop> | 1997-03-03 04:40:46 +0000 |
commit | 6e7db638f6108b1edd4581a904fd11bc0de1cf67 (patch) | |
tree | 4e786405977b0b7632973ef0bb0d115b98662985 /Makefile.in | |
parent | 60d49aa948d540e1324eb85411eed433f8d23d1c (diff) | |
download | moo-6e7db638f6108b1edd4581a904fd11bc0de1cf67.tar.gz moo-6e7db638f6108b1edd4581a904fd11bc0de1cf67.tar.xz moo-6e7db638f6108b1edd4581a904fd11bc0de1cf67.zip |
Avoid running autoconf automatically
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 1d2bbcc..2f0bb8a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -87,7 +87,9 @@ restart: touch restart configure: configure.in - autoconf + # autoconf + @echo "Not running autoconf; you must do this by hand." + touch configure config.status: configure env CC= YACC= ./configure --no-create @@ -142,8 +144,11 @@ depend: ${ALL_CSRCS} ############################################################################### # $Log$ -# Revision 1.1 1997/03/03 03:45:05 nop -# Initial revision +# Revision 1.2 1997/03/03 04:40:46 nop +# Avoid running autoconf automatically +# +# Revision 1.1.1.1 1997/03/03 03:45:05 nop +# LambdaMOO 1.8.0p5 # # Revision 2.10 1996/04/19 01:28:40 pavel # Ran a new `make depend'. Release 1.8.0p4. |