diff options
author | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
commit | b7cd96d0dd7466c74efbc647601b4fd867bc9004 (patch) | |
tree | 828b9805c964e1d00a9ba6be3c1dc64f78be9523 /libical/configure.in | |
parent | bce1144ad7cd318cb193eb39aecc42cf8a87358e (diff) | |
download | gsoc2013-evolution-help.tar gsoc2013-evolution-help.tar.gz gsoc2013-evolution-help.tar.bz2 gsoc2013-evolution-help.tar.lz gsoc2013-evolution-help.tar.xz gsoc2013-evolution-help.tar.zst gsoc2013-evolution-help.zip |
This commit was manufactured by cvs2svn to create tag 'help'.help
svn path=/tags/help/; revision=2234
Diffstat (limited to 'libical/configure.in')
-rw-r--r-- | libical/configure.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libical/configure.in b/libical/configure.in deleted file mode 100644 index 022a3d1461..0000000000 --- a/libical/configure.in +++ /dev/null @@ -1,27 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.2) -AC_INIT(src/libical/ical.h) -AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libical,0.15a) - -dnl Checks for programs. -AC_PROG_CC -AC_STDC_HEADERS -AC_PROG_YACC -AM_PROG_LEX -AM_PROG_LIBTOOL -AC_PROG_INSTALL -AC_PROG_CPP -AC_PATH_PROG(RM, rm, /bin/rm) -AC_PATH_PROG(MV, mv, /bin/mv) -AC_PATH_PROG(TAR, tar, /bin/tar) - -AC_SUBST(CFLAGS) -AC_SUBST(CPPFLAGS) -AC_SUBST(LDFLAGS) - -AC_OUTPUT([ -Makefile -src/Makefile -src/libical/Makefile -src/libicalss/Makefile]) |