ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/configure.ac
Revision: 272
Committed: Fri Feb 14 21:54:05 2003 UTC (21 years, 4 months ago) by mmeineke
File size: 340 byte(s)
Log Message:
dded some stuff

File Contents

# Content
1 AC_INIT([OOPSE],0.5)
2 AC_CONFIG_SRCDIR(src/mySrc)
3 AM_CONFIG_HEADER(./config.h)
4 AM_INIT_AUTOMAKE
5 AC_PROG_CC
6 AC_PROG_CXX
7 AC_PROG_F77([ifc f90 g77])
8 AC_F77_LIBRARY_LDFLAGS
9 AM_PROG_LEX
10 AC_PROG_YACC
11 AC_PROG_RANLIB
12 AC_PROG_INSTALL
13 AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile src/mdtools/libBASS/Makefile src/mdtools/libmdCode/Makefile])