Last change
on this file since 848729 was 848729, checked in by Frederik Heber <heber@…>, 17 years ago |
Just a temporary commit
|
-
Property mode
set to
100755
|
File size:
458 bytes
|
Line | |
---|
1 | # -*- Autoconf -*-
|
---|
2 | # Process this file with autoconf to produce a configure script.
|
---|
3 |
|
---|
4 | AC_PREREQ(2.59)
|
---|
5 | AC_INIT([ElectronicStructurePACKage], 1.1, heber@ins.uni-bonn.de, ESPACK)
|
---|
6 | AC_CONFIG_AUX_DIR([config])
|
---|
7 | AC_CONFIG_SRCDIR([pcp/src/pcp.c])
|
---|
8 | AC_CONFIG_HEADER([config.h])
|
---|
9 |
|
---|
10 | AM_INIT_AUTOMAKE(dist-bzip2)
|
---|
11 |
|
---|
12 | AC_CANONICAL_HOST
|
---|
13 |
|
---|
14 | AC_CONFIG_FILES([Makefile])
|
---|
15 | AC_CONFIG_SUBDIRS([pcp util molecuilder])
|
---|
16 | AC_OUTPUT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.