Changeset 3b83e00 in mod_gnutls
- Timestamp:
- Dec 8, 2007, 10:57:11 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 5e81262
- Parents:
- b077bdd
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/08/07 10:57:11)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/08/07 10:57:11)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rb077bdd r3b83e00 8 8 NOTICE LICENSE autogen.sh 9 9 10 SUBDIRS = src data10 SUBDIRS = src 11 11 ACLOCAL_AMFLAGS = -I m4 -
configure.ac
rb077bdd r3b83e00 1 1 dnl 2 AC_INIT(mod_gnutls, 0.4. 1)2 AC_INIT(mod_gnutls, 0.4.2) 3 3 OOO_CONFIG_NICE(config.nice) 4 4 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION … … 44 44 AC_SUBST(MODULE_LIBS) 45 45 46 AC_CONFIG_FILES([Makefile src/Makefile include/mod_gnutls.h data/Makefile])46 AC_CONFIG_FILES([Makefile src/Makefile include/mod_gnutls.h]) 47 47 AC_OUTPUT 48 48
Note: See TracChangeset
for help on using the changeset viewer.