Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
configure.in
Package: dvd-munitions.tar.gz [view]
Upload User: aoeyumen
Upload Date: 2007-01-06
Package Size: 3329k
Code Size: 1k
Category:
DVD
Development Platform:
Unix_Linux
- dnl Autoconf configuration script ac3dec
- dnl
- dnl Aaron Holtzman - May 1999
- dnl
- AC_INIT(decode.c)
- AC_CANONICAL_HOST
- AC_PREREQ(2.13)
- AM_CONFIG_HEADER(config.h)
- AM_INIT_AUTOMAKE(ac3dec, 0.5.4)
- AM_MAINTAINER_MODE
- AC_PROG_CC
- AC_PROG_GCC_TRADITIONAL
- AC_PROG_RANLIB
- dnl Figure out which OS we're on and what to do about it
- case "$host" in
- *-linux*) rm -f output.c; ln -s output_linux.c output.c;;
- *-solaris*) rm -f output.c; ln -s output_solaris.c output.c;;
- *) echo "$host is not currently supported by ac3dec"; exit 1;;
- esac
- AC_OUTPUT(tools/Makefile test/Makefile Makefile )