|
Revision 272, 380 bytes
(checked in by hazelsct, 6 years ago)
|
|
Mostly Makefile.am cleanups to work with the new math.m4 tests.
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | srcdir=`dirname $0` |
|---|
| 5 | test -z "$srcdir" && srcdir=. |
|---|
| 6 | |
|---|
| 7 | PKG_NAME="Julian BEM/FEM Software Package" |
|---|
| 8 | |
|---|
| 9 | (test -f $srcdir/configure.in \ |
|---|
| 10 | |
|---|
| 11 | ) || { |
|---|
| 12 | echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" |
|---|
| 13 | echo " top-level $PKG_NAME directory" |
|---|
| 14 | exit 1 |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | . $srcdir/macros/autogen.sh |
|---|