# D# Minimum Autoconf version AC_PREREQ([2.69]) # Initialize the project AC_INIT([MyPythonProject], [1.0], [espenvh@gmail.com]) # Point to main.py to confirm the source directory AC_CONFIG_SRCDIR([main.py]) # Generate the configuration AC_OUTPUT