This website requires JavaScript.
Explore
Help
Sign In
mirror
/
autoconf
Watch
2
Star
0
Fork
0
You've already forked autoconf
mirror of
git://git.sv.gnu.org/autoconf
synced
2024-11-27 01:49:56 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c809277bf9
autoconf
/
aclocal.m4
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
1999-11-11 Akim Demaille <akim@epita.fr> Introduce a new style of testing, independent from DejaGNU. Introduce the logistics. * configure.in: Initialize AT, and output tests/atconfig, and tests/Makefile. * m4/atconfig.m4: New file. * m4/Makefile.am: Adjusted. * aclocal.m4: Include atconfig.m4. * Makefile.am: Adjusted. * tests/Makefile.am: New file. * tests/atgeneral.m4: Likewise. * tests/atconfig.in: Likewise. Write tests. * tests/syntax.m4: New file, in charge of checking the validity of the sh code produced by the macros defined in acspecific.m4. acgeneral.m4 is not checked here, because these macros require arguments. * tests/suite.m4: New file. Run syntax.m4.
2000-01-29 20:18:40 +08:00
AC_INCLUDES((
m4/init.m4,
m4/missing.m4,
m4/sanity.m4,
m4/atconfig.m4))
Reference in New Issue
Copy Permalink