summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/common/common.add.in')
-rw-r--r--scripts/common/common.add.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/common/common.add.in b/scripts/common/common.add.in
new file mode 100644
index 0000000000..fc54d465c0
--- /dev/null
+++ b/scripts/common/common.add.in
@@ -0,0 +1,14 @@
+#
+# Please send bugfixes or comments to
+# http://www.oarcorp.com/cgi-bin/gnatweb.pl
+# or mailto:@PACKAGE_BUGREPORT@
+#
+
+%define _prefix @prefix@
+%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
+%ifos cygwin cygwin32
+%define _exeext .exe
+%else
+%define _exeext %{nil}
+%endif
+