mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
d84e61c2c3
* add stuff * coinutils stuff * coin-or-* fixes! * fix patch * Fix openmvg * fix openmvg by modifying includes * fix ipopt. * add !uwp supports in coinutils * try fixing openmvg on osx * format manifest and license stuff * fix linkage * v db
14 lines
401 B
Diff
14 lines
401 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index f35c22949..8787a1c0b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -10,6 +10,8 @@
|
|
|
|
AC_INIT([CoinUtils],[devel],[https://github.com/coin-or/CoinUtils/issues/new],[coin-or-coinutils],[https://github.com/coin-or/CoinUtils])
|
|
|
|
+AC_CONFIG_MACRO_DIR([m4])
|
|
+
|
|
AC_COPYRIGHT([
|
|
Copyright 2006 International Business Machines and others.
|
|
All Rights Reserved.
|