source: Sophya/trunk/SophyaLib/Mgr/devinstall@ 1255

Last change on this file since 1255 was 1255, checked in by ansari, 25 years ago

pour autoconf

  • Property svn:executable set to *
File size: 202 bytes
Line 
1#!/bin/csh
2
3cd ..
4ln Mgr/configure.in
5ln Mgr/Makefile.am
6ln Mgr/acconfig.h
7mkdir include
8cd include
9ln ../Mgr/Makefile_include.am Makefile.am
10cd ..
11
12autoheader
13automake --add-missing --foreign
14autoconf
Note: See TracBrowser for help on using the repository browser.