Autoconf

http://dbpedia.org/resource/Autoconf an entity of type: Thing

GNU Autoconf és una eina per a produir shell scripts que configuren automàticament paquets de codi font que s'adapten a diversos tipus de sistemes tipus UNIX. Els scripts produïts per Autoconf són independents d'aquest quan s'executen. Juntament amb Libtool i Automake, Autoconf forma el GNU build system. Autoconf utilitza m4 per a transformar un fitxer 'configure.ac' (anteriorment anomenat 'configure.in') en un script portable anomenat configure. L'script 'configure' genera els makefiles i fitxers necessaris per a compilar el programa. rdf:langString
Autoconf es una herramienta informática para crear shell scripts que configuren automáticamente el código fuente de un software para adaptarlo a diversos sistemas tipo UNIX. Dichos scripts creados por Autoconf son independientes de él cuando se ejecutan en el sistema en el que se quiere usar. Junto con otras herramientas como Automake, Autoheader o Libtool, Autoconf forma el GNU build system. rdf:langString
Autoconf는 셸 스크립트를 만드는 도구이다. 이 도구를 사용하여 자동으로 소프트웨어 소스 코드 꾸러미를 구성하여 여러 종류의 유닉스 계열 시스템에 적용할 수 있다. Autoconf가 만든 구성 스크립트는 스크립트가 실행될 때 독립적으로 동작한다. 또한 Autoconf는 Automake, Libtool과 함께 GNU 빌드 시스템을 만든다. Autoconf는 사용자가 작성한 configure.ac 파일을 configure 셸 스크립트로 바꾸는 데 를 이용한다. 이 configure 스크립트는 사용자와 대화하면서 실행되지 않으며 미리 작성된 양식으로부터 미리 정해 둔 헤더와 makefile을 만들어 낸다. Autoconf는 'configure.ac' 안에서 프로그램을 셸 스크립트로 컴파일한다고 할 수 있다. rdf:langString
Autoconf è un software libero creato dal progetto GNU. Permette la creazione di pacchetti, generando uno script Bash configure che è in grado di produrre un makefile. rdf:langString
Autoconf — утилита для создания конфигурационных скриптов (configure), которые автоматически настраивают для работы в Unix-подобных операционных системах. rdf:langString
GNU Autoconf – zestaw narzędzi oraz makr M4 stworzonych w ramach projektu GNU, które służą do generowania skryptów powłoki mających zająć się procesem kompilacji programów komputerowych rozprowadzanych w formie kodu źródłowego. Autoconf jest w stanie dostosować się do specyfiki wielu systemów operacyjnych bez angażowania użytkownika. rdf:langString
GNU Autoconf是一个在Bourne shell下制作供编译、安装和打包软件的的工具。Autoconf并不受程式语言限制,常用于C、C++、Erlang和Objective-C。配置脚本控制了一个软件包在特定系统上的安装。在进行一系列测试后,配置脚本从模板中生成makefile与头文件进而调整软件包,使之适应某一种系统。Autoconf与Automake、Libtool等软件组成了GNU构建系统。Autoconf由于1991年夏天编写用于支持他在自由软件基金会的编程工作。此后,Autoconf包含了多人编写的改进代码并成为了使用最广泛的自由编译配置软件。 rdf:langString
Autoconf je nástroj pro vytváření softwarových balíčků kompilovaných ze zdrojových textů. Usiluje o překlenutí rozdílů mezi různými systémy a umožňuje, aby činnost při instalaci, která zahrnuje rozbalení distribučního archivu se zdrojovými texty, překlad (build) programů a instalaci vytvořených souborů, bylo možné provést pevnou posloupností příkazů, a pokud možno bez detailních znalostí cílového systému. rdf:langString
GNU Autoconf is a tool for producing configure scripts for building, installing, and packaging software on computer systems where a Bourne shell is available. Autoconf is agnostic about the programming languages used, but it is often used for projects using C, C++, Fortran, Fortran 77, Erlang, or Objective-C. rdf:langString
GNU Autoconf est un logiciel servant à produire des scripts shell qui configurent automatiquement le code source d'un logiciel pour l'adapter à divers systèmes d'exploitation de type Unix. Les scripts produits par Autoconf sont indépendants de cet outil quand ils s'exécutent, de sorte que les usagers de ces scripts n'ont pas besoin d'avoir Autoconf. Avec GNU Automake et GNU Libtool, Autoconf forme le système de compilation de GNU. rdf:langString
GNU Autoconf is een programma waarmee configuratiescripts gegenereerd kunnen worden voor de bouw en de installatie van softwarepakketten op computers met een besturingssysteem waarvoor een Bourne-shell beschikbaar is. Autoconf is onwetend wat betreft de programmeertalen die voor een project gebruikt zijn. Vaak wordt Autoconf gebruikt voor projecten die zijn geschreven in C, C++, Fortran, Erlang of Objective-C. rdf:langString
O GNU Autoconf é uma ferramenta para a produção de scripts shell para compilação, instalação e empacotamento de software em sistemas de computador onde o Bourne shell está disponível. O Autoconf é agnóstico quanto à linguagem de programação utilizada, mas normalmente é usado para projetos que usam C, C++, Fortran, Fortran 77, Erlang ou Objective-C. rdf:langString
Autoconf är ett verktyg som producerar som automatiskt konfigurerar mjukvarukällkod så att den anpassas till många olika Unix-liknande system. Konfigurationsskripten som Autoconf producerar använder inte Autoconf när de utförs, så användaren behöver inte ha Autoconf installerat på sitt system för att installera mjukvarupaket som använder Autoconf. Tillsammans med Automake och Libtool utgör Autoconf GNUs byggsystem. rdf:langString
rdf:langString Autoconf
rdf:langString GNU Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
rdf:langString Autoconf
xsd:integer 171527
xsd:integer 1120626122
rdf:langString David Mackenzie
xsd:date 2021-01-28
xsd:double 2.71
rdf:langString Heckert GNU white.svg
xsd:integer 100
xsd:integer 1991
rdf:langString GNU Autoconf és una eina per a produir shell scripts que configuren automàticament paquets de codi font que s'adapten a diversos tipus de sistemes tipus UNIX. Els scripts produïts per Autoconf són independents d'aquest quan s'executen. Juntament amb Libtool i Automake, Autoconf forma el GNU build system. Autoconf utilitza m4 per a transformar un fitxer 'configure.ac' (anteriorment anomenat 'configure.in') en un script portable anomenat configure. L'script 'configure' genera els makefiles i fitxers necessaris per a compilar el programa.
rdf:langString Autoconf je nástroj pro vytváření softwarových balíčků kompilovaných ze zdrojových textů. Usiluje o překlenutí rozdílů mezi různými systémy a umožňuje, aby činnost při instalaci, která zahrnuje rozbalení distribučního archivu se zdrojovými texty, překlad (build) programů a instalaci vytvořených souborů, bylo možné provést pevnou posloupností příkazů, a pokud možno bez detailních znalostí cílového systému. Autoconf je použitelný na systémech, na kterých je dostupný Bourne shell a program make. Lze jej používat pro build programů v různých programovacích jazycích, např. C, C++, Fortran, Fortran 77, Erlang nebo Objective-C. Skript configure spouští řadu testů, pomocí kterých přizpůsobí zdrojové texty pro build a instalaci na konkrétní cílový systém. Pro přizpůsobení spouští na cílovém systému řadu testů, na jejichž základě vygeneruje hlavičkové soubory a soubory Makefile ze šablon. Autoconf spolu s programy a tvoří , který zahrnuje několik dalších nástrojů, především Autoheader.
rdf:langString GNU Autoconf is a tool for producing configure scripts for building, installing, and packaging software on computer systems where a Bourne shell is available. Autoconf is agnostic about the programming languages used, but it is often used for projects using C, C++, Fortran, Fortran 77, Erlang, or Objective-C. A configure script configures a software package for installation on a particular target system. After running a series of tests on the target system, the configure script generates header files and a makefile from templates, thus customizing the software package for the target system. Together with Automake and Libtool, Autoconf forms the GNU Build System, which comprises several other tools, notably Autoheader.
rdf:langString Autoconf es una herramienta informática para crear shell scripts que configuren automáticamente el código fuente de un software para adaptarlo a diversos sistemas tipo UNIX. Dichos scripts creados por Autoconf son independientes de él cuando se ejecutan en el sistema en el que se quiere usar. Junto con otras herramientas como Automake, Autoheader o Libtool, Autoconf forma el GNU build system.
rdf:langString GNU Autoconf est un logiciel servant à produire des scripts shell qui configurent automatiquement le code source d'un logiciel pour l'adapter à divers systèmes d'exploitation de type Unix. Les scripts produits par Autoconf sont indépendants de cet outil quand ils s'exécutent, de sorte que les usagers de ces scripts n'ont pas besoin d'avoir Autoconf. Avec GNU Automake et GNU Libtool, Autoconf forme le système de compilation de GNU. Autoconf utilise le préprocesseur GNU M4 pour transformer un fichier « configure.ac » (ou « configure.in » anciennement) en un script shell portable nommé « configure ». Le script « configure » exécute de façon non interactive et génère des en-têtes adaptés et des makefiles dérivés de modèles préétablis. On peut considérer qu'Autoconf compile un programme m4 vers un script shell.
rdf:langString Autoconf는 셸 스크립트를 만드는 도구이다. 이 도구를 사용하여 자동으로 소프트웨어 소스 코드 꾸러미를 구성하여 여러 종류의 유닉스 계열 시스템에 적용할 수 있다. Autoconf가 만든 구성 스크립트는 스크립트가 실행될 때 독립적으로 동작한다. 또한 Autoconf는 Automake, Libtool과 함께 GNU 빌드 시스템을 만든다. Autoconf는 사용자가 작성한 configure.ac 파일을 configure 셸 스크립트로 바꾸는 데 를 이용한다. 이 configure 스크립트는 사용자와 대화하면서 실행되지 않으며 미리 작성된 양식으로부터 미리 정해 둔 헤더와 makefile을 만들어 낸다. Autoconf는 'configure.ac' 안에서 프로그램을 셸 스크립트로 컴파일한다고 할 수 있다.
rdf:langString Autoconf è un software libero creato dal progetto GNU. Permette la creazione di pacchetti, generando uno script Bash configure che è in grado di produrre un makefile.
rdf:langString GNU Autoconf is een programma waarmee configuratiescripts gegenereerd kunnen worden voor de bouw en de installatie van softwarepakketten op computers met een besturingssysteem waarvoor een Bourne-shell beschikbaar is. Autoconf is onwetend wat betreft de programmeertalen die voor een project gebruikt zijn. Vaak wordt Autoconf gebruikt voor projecten die zijn geschreven in C, C++, Fortran, Erlang of Objective-C. Een configuratiescript configureert een softwarepakket voor installatie op een bepaald doelsysteem. Het softwarepakket kan als een tarball verspreid worden voor installatie op andere besturingssystemen. Na het uitvoeren van een reeks tests op het doelsysteem, genereert het configuratiescript headerbestanden en een makefile voor de installatie van de software op het doelsysteem. Samen met en vormt Autoconf het . Gewoonlijk wordt de code voor het GNU build systeem door een IDE gegenereerd, zoals door Anjuta, de IDE voor de ontwikkeling van GTK+-applicaties voor X11-desktopomgevingen als GNOME en Xfce. Applicatieontwikkelaars hoeven de configuratiebestanden die door een IDE gegenereerd zijn zelden te veranderen of aan te passen.
rdf:langString Autoconf — утилита для создания конфигурационных скриптов (configure), которые автоматически настраивают для работы в Unix-подобных операционных системах.
rdf:langString GNU Autoconf – zestaw narzędzi oraz makr M4 stworzonych w ramach projektu GNU, które służą do generowania skryptów powłoki mających zająć się procesem kompilacji programów komputerowych rozprowadzanych w formie kodu źródłowego. Autoconf jest w stanie dostosować się do specyfiki wielu systemów operacyjnych bez angażowania użytkownika.
rdf:langString O GNU Autoconf é uma ferramenta para a produção de scripts shell para compilação, instalação e empacotamento de software em sistemas de computador onde o Bourne shell está disponível. O Autoconf é agnóstico quanto à linguagem de programação utilizada, mas normalmente é usado para projetos que usam C, C++, Fortran, Fortran 77, Erlang ou Objective-C. Um script configure configura um pacote de software para instalação em um sistema alvo particular. Após executar uma série de testes sobre o sistema alvo, o script configure gera arquivos de cabeçalho e um makefile a partir de templates, personalizando, desta forma, o pacote de software para o sistema alvo. Juntamente com o Automake e , o Autoconf forma o , que abrange várias outras ferramentas, notavelmente o Autoheader. O autoconf faz uso do para transformar um arquivo configure.ac (primeiramente e em projetos antigos, chamado configure.in) escrito pelo usuário, em um script shell chamado configure. Quando executado, o script configure analisa as características do sistema presente de modo não interativo e gera ficheiros de cabeçalhos e makefiles personalizados derivados de modelos pré-escritos. Pode-se dizer que o autoconf compila o programa M4 do configure.ac em um script shell.
rdf:langString Autoconf är ett verktyg som producerar som automatiskt konfigurerar mjukvarukällkod så att den anpassas till många olika Unix-liknande system. Konfigurationsskripten som Autoconf producerar använder inte Autoconf när de utförs, så användaren behöver inte ha Autoconf installerat på sitt system för att installera mjukvarupaket som använder Autoconf. Tillsammans med Automake och Libtool utgör Autoconf GNUs byggsystem. Autoconf använder skriptspråket GNU m4 för att transformera filen 'autoconf.ac', skriven av mjukvaruutvecklaren, till en portabel skalskriptfil kallad 'configure', som skall köras av användaren vid installation. 'configure' körs icke-interaktivt, och genererar include-filer samt så kallade makefiler från fördefinierade mallar.
rdf:langString GNU Autoconf是一个在Bourne shell下制作供编译、安装和打包软件的的工具。Autoconf并不受程式语言限制,常用于C、C++、Erlang和Objective-C。配置脚本控制了一个软件包在特定系统上的安装。在进行一系列测试后,配置脚本从模板中生成makefile与头文件进而调整软件包,使之适应某一种系统。Autoconf与Automake、Libtool等软件组成了GNU构建系统。Autoconf由于1991年夏天编写用于支持他在自由软件基金会的编程工作。此后,Autoconf包含了多人编写的改进代码并成为了使用最广泛的自由编译配置软件。
xsd:nonNegativeInteger 9340
xsd:date 2021-01-28
xsd:string 2.71

data from the linked data cloud