diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-01-31 00:12:34 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 00:12:34 +1300 |
| commit | ddefc8d1dfddc815cbc3afef00c66853f9c0194c (patch) | |
| tree | a794660f59698f20405ad90896f9c3ce38a53934 /test/postinstall/c_app | |
| parent | 4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e (diff) | |
| download | PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.tar.gz PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.zip | |
Drop autotools; move remaining useful m4 macros (#3027)
Diffstat (limited to 'test/postinstall/c_app')
| -rw-r--r-- | test/postinstall/c_app/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/c_app/configure.ac b/test/postinstall/c_app/configure.ac index 43ae4835..6224ee4f 100644 --- a/test/postinstall/c_app/configure.ac +++ b/test/postinstall/c_app/configure.ac @@ -1,7 +1,7 @@ AC_INIT([c_app], [0.1]) AM_INIT_AUTOMAKE AC_PROG_CC -AC_CONFIG_MACRO_DIR([../../../m4]) +AC_CONFIG_MACRO_DIR([../m4]) PKG_CHECK_MODULES([PROJ], [proj]) |
