checking in all the old panacean stuff
This commit is contained in:
8
puttysrc/MKAUTO.SH
Normal file
8
puttysrc/MKAUTO.SH
Normal file
@@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
# This script makes the autoconf mechanism for the Unix port work.
|
||||
# It's separate from mkfiles.pl because it won't work (and isn't needed)
|
||||
# on a non-Unix system.
|
||||
|
||||
# Track down automake's copy of install-sh
|
||||
cp `aclocal --print-ac-dir | sed 's/aclocal$/automake/'`/install-sh unix/.
|
||||
(cd unix && autoreconf && rm -rf aclocal.m4 autom4te.cache)
|
||||
Reference in New Issue
Block a user