diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:24:42 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:24:42 +0000 |
| commit | e82c49764172ccf72854fe31b54429d8f643551a (patch) | |
| tree | 31b4684ca2c61e8163ee3a73380cf15e2e7e3e7d | |
| parent | 8947a45c7fc7c507edef5074c219586a4a972f41 (diff) | |
It would help if the configure script substituted DSOCOMMAND...
git-svn-id: file:///fltk/svn/fltk/trunk@392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 040302021..68b6aa423 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl# -*- sh -*- dnl# the "configure" script is made from this by running GNU "autoconf" dnl# -dnl# "$Id: configure.in,v 1.31 1999/03/09 18:32:41 mike Exp $" +dnl# "$Id: configure.in,v 1.32 1999/03/09 19:24:42 mike Exp $" dnl# dnl# Configuration script for the Fast Light Tool Kit (FLTK). dnl# @@ -35,6 +35,7 @@ if test "$RANLIB" != ":"; then else LIBCOMMAND="ar crs" fi +DSOCOMMAND="echo" dnl# Get the operating system and version number... @@ -226,6 +227,7 @@ fi CFLAGS="$DEBUGFLAG $CFLAGS" CXXFLAGS="$DEBUGFLAG $CXXFLAGS" +AC_SUBST(DSOCOMMAND) AC_SUBST(LIBNAME) AC_SUBST(LIBCOMMAND) AC_SUBST(MAKEDEPEND) @@ -233,5 +235,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl# -dnl# End of "$Id: configure.in,v 1.31 1999/03/09 18:32:41 mike Exp $". +dnl# End of "$Id: configure.in,v 1.32 1999/03/09 19:24:42 mike Exp $". dnl# |
