diff options
author | David Robillard <d@drobilla.net> | 2006-10-05 02:40:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-05 02:40:43 +0000 |
commit | e6fe98b2dec1049036f27d26c500e966d1ad5265 (patch) | |
tree | 31abebeddd78cb91854574586cf011205262e2a6 | |
parent | e28cffee5ce7c7afda69092813b5439e2699f5f3 (diff) |
More build system fixes, everything now builds against the local copy if toplevel scripts are used.
git-svn-id: http://svn.drobilla.net/lad/omins@158 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | configure.ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8e01f11..3154611 100644 --- a/configure.ac +++ b/configure.ac @@ -64,8 +64,17 @@ fi CFLAGS="$CFLAGS -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line" - -# Write it! AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([src/Makefile]) + AC_OUTPUT + + +AC_MSG_RESULT([]) +AC_MSG_RESULT([**********************************************************************]) +AC_MSG_RESULT([Omins build configuration:]) +AC_MSG_RESULT([]) +AC_MSG_RESULT([Install directory: $ladspadir]) +AC_MSG_RESULT([**********************************************************************]) +AC_MSG_RESULT([]) + |