summaryrefslogtreecommitdiff
path: root/support/dosepsbin/configure.ac
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/dosepsbin/configure.ac
Initial commit
Diffstat (limited to 'support/dosepsbin/configure.ac')
-rw-r--r--support/dosepsbin/configure.ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/dosepsbin/configure.ac b/support/dosepsbin/configure.ac
new file mode 100644
index 0000000000..64a35abb8a
--- /dev/null
+++ b/support/dosepsbin/configure.ac
@@ -0,0 +1,16 @@
+dnl configure.ac
+dnl
+dnl Copyright 2011-2012 by Heiko Oberdiek.
+dnl
+dnl The file is part of project dosepsbin.
+dnl It's free software; you may redistribute it and/or
+dnl modify it under the same terms as Perl itself
+dnl (Perl Artistic License/GNU General Public License, version 2).
+dnl
+AC_INIT(dosepsbin, 1.2, heiko.oberdiek@googlemail.com)
+
+AC_CONFIG_FILES(Makefile)
+
+AC_PROG_INSTALL
+
+AC_OUTPUT