Skip to content

Commit

Permalink
Merge pull request #32 from andy-bower/no-m4
Browse files Browse the repository at this point in the history
omit m4 macros from source tree
  • Loading branch information
t-brown authored Oct 23, 2024
2 parents 29eb4ad + 044b0eb commit d45d262
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 4,253 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
autom4te.cache
aclocal.m4
m4/*
build-aux/*
config.log
config.status
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])

# Checks the compiler vendor
AX_COMPILER_VENDOR
AC_PROG_CC

# GPGME is compiled with _FILE_OFFSET_BITS=64 on i386
Expand Down Expand Up @@ -100,7 +99,6 @@ echo
echo "Configuration Options Summary:"
echo
echo "Installation prefix : $prefix"
echo "C compiler : $ax_cv_c_compiler_vendor"
echo "C command : $CC $CFLAGS"
echo "Linker : $LD $LDFLAGS $LIBS"
echo "Enable GPGME : $enable_gpgme"
Expand Down
66 changes: 0 additions & 66 deletions m4/ax_c___attribute__.m4

This file was deleted.

84 changes: 0 additions & 84 deletions m4/ax_compiler_vendor.m4

This file was deleted.

23 changes: 0 additions & 23 deletions m4/codeset.m4

This file was deleted.

84 changes: 0 additions & 84 deletions m4/extern-inline.m4

This file was deleted.

Loading

0 comments on commit d45d262

Please sign in to comment.