Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
def8eb85
Commit
def8eb85
authored
May 23, 2001
by
Josh Coalson
Browse files
switch from AC_CANONICAL_TARGET to AC_CANONICAL_HOST
parent
b985bbc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
def8eb85
#
note
that for many of the conditionals we use the prefix FLaC__
#
NOTE
that for many of the conditionals we use the prefix FLaC__
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
...
...
@@ -13,8 +13,8 @@ chmod +x libtool-disable-static
AC_PROG_MAKE_SET
AC_CANONICAL_
TARGE
T
case $
targe
t_cpu in
AC_CANONICAL_
HOS
T
case $
hos
t_cpu in
i*86) cpu_ia32=true ;;
powerpc) cpu_ppc=true ;;
sparc) cpu_sparc=true ;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment