diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-30 21:37:34 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-30 21:37:34 +0000 |
commit | 8f8f51ef3af5f4494412400da5dfee41b5799934 (patch) | |
tree | 004ea37709c138af528b14bbd60ef620e840c26d | |
parent | 821787c0891235a1c71c5183a15c92e3c395611d (diff) | |
download | xine-lib-8f8f51ef3af5f4494412400da5dfee41b5799934.tar.gz xine-lib-8f8f51ef3af5f4494412400da5dfee41b5799934.tar.bz2 |
Remove AC_CANONICAL_TARGET call, this is not a compiler.
CVS patchset: 8142
CVS date: 2006/07/30 21:37:34
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index fc961f3f4..fb73e3b52 100644 --- a/configure.ac +++ b/configure.ac @@ -88,9 +88,6 @@ AC_SUBST(LIBNAME) AC_DEFINE_UNQUOTED(XINE_TEXTDOMAIN, "$LIBNAME", [catalog message text domain]) dnl -AC_CANONICAL_TARGET - -dnl AM_INIT_AUTOMAKE("xine-lib", $SPEC_VERSION) dnl AM_INIT_AUTOMAKE("xine-lib", $XINE_MAJOR-$XINE_PRE) |