[phodav] build-sys: remove autotools



commit c8ba006490cb587cd90a2a32dbb33ca78f3ea71e
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Feb 26 16:05:54 2019 +0100

    build-sys: remove autotools
    
    kthxbye
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 Makefile.am                  | 193 -----------------------
 autogen.sh                   |  40 -----
 configure.ac                 | 192 -----------------------
 doc/Makefile.am              |  21 ---
 doc/reference/Makefile.am    |  44 ------
 git.mk                       | 359 -------------------------------------------
 libphodav-2.0.pc.in          |  12 --
 libphodav/Makefile.am        |   1 -
 m4/manywarnings.m4           | 244 -----------------------------
 m4/warnings.m4               |  61 --------
 meson.build                  |  16 +-
 po/Makevars                  |  94 -----------
 po/{POTFILES.in => POTFILES} |   0
 spice/Makefile.am            |   3 -
 14 files changed, 11 insertions(+), 1269 deletions(-)
---
diff --git a/meson.build b/meson.build
index 8ca6b75..72237e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,13 @@
-project('PhoDAV', 'c',
-        version : run_command('build-aux/git-version-gen', 
'@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
-        license : 'LGPLv2.1',
-        meson_version : '>= 0.49')
+project(
+  'phodav', 'c',
+  version : run_command(
+    'build-aux/git-version-gen',
+    '@0@/.tarball-version'.format(meson.source_root()),
+    check : true
+  ).stdout().strip(),
+  license : 'LGPLv2.1',
+  meson_version : '>= 0.49',
+)
 
 meson.add_dist_script('sh', '-c', 'echo 
@0@>"$MESON_DIST_ROOT/.tarball-version"'.format(meson.project_version()))
 
@@ -75,7 +81,7 @@ endif
 win_version = '@0@.@1@.@2@'.format(maj, min, mic * 256 + buildid)
 
 if buildid != 0
-  buildid = '@0@'.format(buildid)
+  buildid = '-@0@'.format(buildid)
 else
   buildid = ''
 endif
diff --git a/po/POTFILES.in b/po/POTFILES
similarity index 100%
rename from po/POTFILES.in
rename to po/POTFILES


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]