diff Makefile.in @ 1133:482815817e99

Get rid of those pesky symlinks for autotools files
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 Jan 2010 10:48:49 -0500
parents d4cd54a4ea06
children b08b73591d2c
line wrap: on
line diff
--- a/Makefile.in	Thu Jan 28 09:56:08 2010 -0500
+++ b/Makefile.in	Thu Jan 28 10:48:49 2010 -0500
@@ -702,7 +702,7 @@
 
 all-local: smlnj mlton
 
-.PHONY: smlnj mlton package
+.PHONY: smlnj mlton package reauto
 
 smlnj: src/urweb.cm
 mlton: bin/urweb
@@ -763,6 +763,11 @@
 package:
 	hg archive -t tgz -X tests /tmp/urweb.tgz
 
+reauto:
+	libtoolize -cf
+	automake --add-missing --force-missing --copy
+	autoreconf
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: