Home
last modified time | relevance | path

Searched refs:AC_INIT (Results 1 – 25 of 5917) sorted by relevance

12345678910>>...237

/dports/devel/automake/automake-1.16.5/t/
H A Daclocal-macrodirs.tap77 AC_INIT([md], [10.0])
211 AC_INIT([inst], [1.0])
247 AC_INIT([inst2a], [1.0])
263 AC_INIT([inst2b], [1.0])
279 AC_INIT([md], [4.6])
303 AC_INIT([x], [1.0])
323 AC_INIT([oops], [1.0])
347 AC_INIT([oops], [1.0])
367 AC_INIT([oops], [1.0])
387 AC_INIT([oops], [1.0])
[all …]
H A Daclocal-macrodir.tap77 AC_INIT([md], [10.0])
99 AC_INIT([inst], [1.0])
119 AC_INIT([md], [4.6])
143 AC_INIT([x], [1.0])
163 AC_INIT([oops], [1.0])
187 AC_INIT([oops], [1.0])
211 AC_INIT([req], [1.0])
H A Dbackcompat3.sh46 AC_INIT([ac_name], [ac_version])
79 AC_INIT([ac_name], [ac_version], [ac_bugreport], [ac_tarname],
113 AC_INIT([ac_name], [ac_version])
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/mingw-libgnurx-2.5.1/
H A Dpkgid.m42 ## Generate a package identification argument list for AC_INIT.
15 ## m4_include this file in aclocal.m4, and invoke AC_INIT as:--
17 ## AC_INIT(__MINGW_AC_PACKAGE_IDENTIFICATION__)
22 ## the tag values, *before* invoking AC_INIT.
28 # and used to compose arguments for AC_INIT.
38 # These are assigned to AC_INIT arguments as follows:--
58 # Construct an argument list for AC_INIT.
72 # Insert optional package ID tags in the generated AC_INIT arglist,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/config/
H A DGetAcInitVersion.cmake2 # to the AC_INIT macro in a GNU Autoconf configure.in file.
5 # VERSION_STRING: The second argument to AC_INIT
13 #grep AC_INIT configure.ac | sed "s/\(AC_INIT(MOAB,\|)\)//g" | tr ' ' '\0'
15 string( REGEX REPLACE "^.*AC_INIT *\\([^,]+, *([^, )]+).*$" "\\1" VERSION_STRING "${configure_IN}" )
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dautopoint-224 AC_INIT
53 AC_INIT
72 AC_INIT
99 AC_INIT
133 AC_INIT
160 AC_INIT
191 AC_INIT
216 AC_INIT
238 AC_INIT
H A Dautopoint-134 AC_INIT
52 AC_INIT
72 AC_INIT
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dautopoint-224 AC_INIT
53 AC_INIT
72 AC_INIT
99 AC_INIT
133 AC_INIT
160 AC_INIT
191 AC_INIT
216 AC_INIT
238 AC_INIT
H A Dautopoint-134 AC_INIT
52 AC_INIT
72 AC_INIT
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dautopoint-224 AC_INIT
53 AC_INIT
72 AC_INIT
99 AC_INIT
133 AC_INIT
160 AC_INIT
191 AC_INIT
216 AC_INIT
238 AC_INIT
H A Dautopoint-134 AC_INIT
52 AC_INIT
72 AC_INIT
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dautopoint-224 AC_INIT
53 AC_INIT
72 AC_INIT
99 AC_INIT
133 AC_INIT
160 AC_INIT
191 AC_INIT
216 AC_INIT
238 AC_INIT
H A Dautopoint-134 AC_INIT
52 AC_INIT
72 AC_INIT
/dports/devel/anjuta/anjuta-3.34.0/plugins/am-project/tests/
H A Dltinit.at4 [[AC_INIT(empty)
18 [[AC_INIT(empty)
42 [[AC_INIT(empty)
66 [[AC_INIT(empty)
90 [[AC_INIT(empty)
113 [[AC_INIT(empty)
/dports/devel/autoconf/autoconf-2.69/tests/
H A Dbase.at202 ## AC_INIT. ##
329 [[AC_INIT
410 [[AC_INIT
427 [[AC_INIT
516 [[AC_INIT
542 [[AC_INIT
564 [[AC_INIT
594 [[AC_INIT
612 [[AC_INIT
634 [[AC_INIT
[all …]
H A Dcompile.at34 [[AC_INIT
104 AC_INIT
122 [[AC_INIT([pkg], [1.0])
271 [[AC_INIT
282 [[AC_INIT
291 [[AC_INIT
314 [[AC_INIT
346 [[AC_INIT
404 [[AC_INIT
420 [[AC_INIT
[all …]
H A Dtools.at449 [[AC_INIT
481 [[AC_INIT
525 [[AC_INIT
544 [[AC_INIT
635 [[AC_INIT
668 [[AC_INIT
688 [[AC_INIT
761 [[AC_INIT
988 AC_INIT
1046 AC_INIT
[all …]
/dports/sysutils/burp/burp-2.4.0/src/win32/
H A DMakefile.inc.in44 …NAME := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 1 | sed -e 's…
45 PACKAGE_VERSION := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 2 |…
46 PACKAGE_BUGREPORT := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 3…
47 PACKAGE_TARNAME := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 4 |…
48 PACKAGE_URL := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 5 | sed…
/dports/sysutils/burp-devel/burp-2.5.4/src/win32/
H A DMakefile.inc.in44 …NAME := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 1 | sed -e 's…
45 PACKAGE_VERSION := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 2 |…
46 PACKAGE_BUGREPORT := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 3…
47 PACKAGE_TARNAME := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 4 |…
48 PACKAGE_URL := $(shell awk '/AC_INIT/{print ;exit}' $(MAINDIR)/configure.ac | cut -d ',' -f 5 | sed…
/dports/math/e-antic/e-antic-1.0.0-rc.13/
H A Drever.xsh60 … ('configure.ac', r'AC_INIT', r'AC_INIT([e-antic], [$VERSION], [vincent.delecroix@math.cnrs.fr])'),
61 …('libeantic/configure.ac', r'AC_INIT', r'AC_INIT([libeantic], [$VERSION], [vincent.delecroix@math.…
68 …('pyeantic/configure.ac', r'AC_INIT', r'AC_INIT([pyeantic], [$VERSION], [julian.rueth@fsfe.org])'),
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/m4/
H A Dinit-package-version.m434 # - If AC_INIT is used with arguments, there is a chicken-and-egg problem:
37 # can only appear after AC_INIT (otherwise aclocal gives an error:
39 # Furthermore, the arguments passed to AC_INIT must be literals; for
43 # - If AC_INIT is used without arguments:
50 # "error: AC_INIT should be called with package and version arguments".
54 # a warning: "warning: AC_INIT: not a literal: $VERSION_NUMBER".
59 # AC_INIT
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/m4/
H A Dinit-package-version.m434 # - If AC_INIT is used with arguments, there is a chicken-and-egg problem:
37 # can only appear after AC_INIT (otherwise aclocal gives an error:
39 # Furthermore, the arguments passed to AC_INIT must be literals; for
43 # - If AC_INIT is used without arguments:
50 # "error: AC_INIT should be called with package and version arguments".
54 # a warning: "warning: AC_INIT: not a literal: $VERSION_NUMBER".
59 # AC_INIT
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/m4/
H A Dinit-package-version.m434 # - If AC_INIT is used with arguments, there is a chicken-and-egg problem:
37 # can only appear after AC_INIT (otherwise aclocal gives an error:
39 # Furthermore, the arguments passed to AC_INIT must be literals; for
43 # - If AC_INIT is used without arguments:
50 # "error: AC_INIT should be called with package and version arguments".
54 # a warning: "warning: AC_INIT: not a literal: $VERSION_NUMBER".
59 # AC_INIT
/dports/devel/libunistring/libunistring-0.9.10/m4/
H A Dinit-package-version.m434 # - If AC_INIT is used with arguments, there is a chicken-and-egg problem:
37 # can only appear after AC_INIT (otherwise aclocal gives an error:
39 # Furthermore, the arguments passed to AC_INIT must be literals; for
43 # - If AC_INIT is used without arguments:
50 # "error: AC_INIT should be called with package and version arguments".
54 # a warning: "warning: AC_INIT: not a literal: $VERSION_NUMBER".
59 # AC_INIT
/dports/devel/libtextstyle/gettext-0.21/libtextstyle/m4/
H A Dinit-package-version.m434 # - If AC_INIT is used with arguments, there is a chicken-and-egg problem:
37 # can only appear after AC_INIT (otherwise aclocal gives an error:
39 # Furthermore, the arguments passed to AC_INIT must be literals; for
43 # - If AC_INIT is used without arguments:
50 # "error: AC_INIT should be called with package and version arguments".
54 # a warning: "warning: AC_INIT: not a literal: $VERSION_NUMBER".
59 # AC_INIT

12345678910>>...237