| 
            Last change
 on this file since b0aa9c was             a0bcf1, checked in by Frederik Heber <heber@…>, 18 years ago           | 
        
        
          | 
             
-initial commit 
-Minimum set of files needed from ESPACK SVN repository 
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well) 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            458 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [a0bcf1] | 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.