diff options
author | Werner Koch <[email protected]> | 2013-02-26 15:14:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-26 15:14:52 +0000 |
commit | fdcd5736e610cd64e47da73dcafe8bc4a6a67666 (patch) | |
tree | 4d523b11e4ea00cf85388a273a056ad90adf67b1 /build-aux/ltmain.sh | |
parent | Remove included gitlog-to-changelog. (diff) | |
download | gpgme-fdcd5736e610cd64e47da73dcafe8bc4a6a67666.tar.gz gpgme-fdcd5736e610cd64e47da73dcafe8bc4a6a67666.zip |
Update helper scripts.
* configure.ac: Use AC_CONFIG_AUX_DIR. Remove args from
AM_INIT_AUTOMAKE. Replace AM_CONFIG_HEADER by AC_CONFIG_HEADER.
* compile, config.guess, config.sub, depcomp, install-sh, ltmain.sh
* mkinstalldirs, texinfo.texi: Move to build-aux/ and update from
gnulib (c042abf).
* build-aux/mdate-sh, build-aux/missing: Install via automake -a -c.
Update autogen.sh for changed config dir.
* autogen.sh: Adjust for scripts dir change. Update W32 toolprefix
list.
Diffstat (limited to '')
-rw-r--r-- | build-aux/ltmain.sh (renamed from ltmain.sh) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ltmain.sh b/build-aux/ltmain.sh index c7d06c3c..905e09a6 100644 --- a/ltmain.sh +++ b/build-aux/ltmain.sh @@ -9658,4 +9658,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # sh-indentation:2 # End: # vi:sw=2 - |