From: <ku...@us...> - 2003-02-06 01:33:08
|
Update of /cvsroot/basedb/basedb In directory sc8-pr-cvs1:/tmp/cvs-serv19968 Modified Files: configure.ac Log Message: Changes imposed to get backward autoconf/automake compatibility. Index: configure.ac =================================================================== RCS file: /cvsroot/basedb/basedb/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.ac 6 Feb 2003 00:43:33 -0000 1.1 --- configure.ac 6 Feb 2003 01:33:05 -0000 1.2 *************** *** 29,34 **** // - run 'autogen.sh' ! AC_INIT(BASE,1.2.0,bas...@li...) ! AC_CONFIG_SRCDIR([src/jobRunner/jobRunner.c]) AM_CONFIG_HEADER(config.h) --- 29,37 ---- // - run 'autogen.sh' ! ## FIXME: The commented section seems to be more recent autoconf [...66 lines suppressed...] ! # plugins/src/clustering/Makefile ! # plugins/src/mds/Makefile ! # plugins/src/merge_bioassays/Makefile ! # plugins/src/normalizers/Makefile ! # plugins/src/pca/Makefile ! # src/Makefile ! # src/assayImporter/Makefile ! # src/jobRunner/Makefile ! # src/lib/Makefile ! # src/sectionCounter/Makefile]) ! #AC_OUTPUT ! AC_OUTPUT([Makefile plugins/Makefile plugins/src/Makefile *************** *** 340,342 **** src/lib/Makefile src/sectionCounter/Makefile]) - AC_OUTPUT --- 350,351 ---- |