[Liboss-commit] CVS: liboss configure.in,1.14,1.15
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2002-10-18 02:50:53
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv17856 Modified Files: configure.in Log Message: Attempting an implementation using esddsp. Does not work. Does not even compile. I can't figure out what the error means, though. Index: configure.in =================================================================== RCS file: /cvsroot/liboss/liboss/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- configure.in 22 Jun 2002 18:20:33 -0000 1.14 +++ configure.in 18 Oct 2002 02:50:50 -0000 1.15 @@ -2,7 +2,7 @@ dnl configure.in for liboss dnl AC_INIT([LibOSS],[0.1],[lib...@li...],[liboss]) -AC_CONFIG_SRCDIR([acconfig.h]) +AC_CONFIG_SRCDIR([src/osscat.c]) AC_CONFIG_HEADER([config.h]) dnl Making releases: @@ -73,7 +73,7 @@ check_athlon=yes fi -AM_CONFIG_HEADER(config.h) +dnl AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_CXX |