diff options
| author | Marcus Brinkmann <[email protected]> | 2009-10-20 16:04:06 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2009-10-20 16:04:06 +0000 | 
| commit | 93f7269a0fdbb5207f001b2e80f9026a97a17cdf (patch) | |
| tree | 497599ad32be01862dabe703e25ddd2c6cff54a2 | |
| parent | Fix version number. (diff) | |
| download | gpgme-93f7269a0fdbb5207f001b2e80f9026a97a17cdf.tar.gz gpgme-93f7269a0fdbb5207f001b2e80f9026a97a17cdf.zip  | |
2009-10-20  Marcus Brinkmann  <[email protected]>
	* configure.ac (AC_CONFIG_FILES): Remove assuan/Makefile.
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@  2009-10-20  Marcus Brinkmann  <[email protected]> +	* configure.ac (AC_CONFIG_FILES): Remove assuan/Makefile. + +2009-10-20  Marcus Brinkmann  <[email protected]> +  	* configure.ac: Replace internal libassuan by external libassuan.  	* m4/libassuan.m4: New file.  	* Makefile.am (assuan): Remove variable. diff --git a/configure.ac b/configure.ac index 9e0c3251..e685628d 100644 --- a/configure.ac +++ b/configure.ac @@ -753,7 +753,7 @@ fi  #  # Create config files  -AC_CONFIG_FILES(Makefile assuan/Makefile src/Makefile +AC_CONFIG_FILES(Makefile src/Makefile  		tests/Makefile                   tests/gpg/Makefile                  tests/gpgsm/Makefile  | 
